| Modifier and Type | Method and Description |
|---|---|
static SignatureMethod |
SignatureMethod.fromAlgorithmAndParams(java.lang.String name,
java.security.spec.AlgorithmParameterSpec algorithmParams) |
static SignatureMethod |
SignatureMethod.fromAlgorithmName(java.lang.String name) |
SignatureMethod |
XMLSignature.getSignatureMethod() |
static SignatureMethod |
SignatureMethod.resolve(java.lang.String aUrl)
return SignatureMethod from algorithm URL
|
static SignatureMethod |
SignatureMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignatureMethod[] |
SignatureMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSignature.setSignatureMethod(SignatureMethod aMethod) |
| Modifier and Type | Field and Description |
|---|---|
static SignatureMethod |
Constants.DEFAULT_SIGNATURE_METHOD |
| Modifier and Type | Method and Description |
|---|---|
protected SignatureMethod |
BaseSignatureFormat.getSignatureMethod() |
| Modifier and Type | Method and Description |
|---|---|
SignatureMethod |
SignedInfo.getSignatureMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedInfo.setSignatureMethod(SignatureMethod aSignatureMethod) |
Copyright © 2025. All rights reserved.