| Package | Description |
|---|---|
| org.sklsft.commons.crypto.signature |
| Modifier and Type | Method and Description |
|---|---|
static RsaAlgorithms |
RsaAlgorithms.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RsaAlgorithms[] |
RsaAlgorithms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RsaSignatureVerifier.checkSignature(RsaAlgorithms algorithm,
String keyId,
byte[] data,
byte[] signing) |
byte[] |
RsaSigner.sign(RsaAlgorithms algorithm,
String keyId,
byte[] data) |
Copyright © 2019. All rights reserved.