| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmIdentifier |
EncryptedContentType.contentEncryptionAlgorithm |
protected AlgorithmIdentifier |
SignerType.digestAlgorithm |
protected AlgorithmIdentifier |
DigestedDataType.digestAlgorithm |
protected AlgorithmIdentifier |
KeyTransportType.keyEncryptionAlgorithm |
protected AlgorithmIdentifier |
KEKType.keyEncryptionAlgorithm |
protected AlgorithmIdentifier |
AuthenticatedDataType.macAlgorithm |
protected AlgorithmIdentifier |
SignerType.signatureAlgorithm |
| Modifier and Type | Field and Description |
|---|---|
protected List<AlgorithmIdentifier> |
SignedDataType.digestAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
ObjectFactory.createAlgorithmIdentifier()
Create an instance of
AlgorithmIdentifier |
AlgorithmIdentifier |
EncryptedContentType.getContentEncryptionAlgorithm()
Gets the value of the contentEncryptionAlgorithm property.
|
AlgorithmIdentifier |
SignerType.getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
AlgorithmIdentifier |
DigestedDataType.getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
AlgorithmIdentifier |
KeyTransportType.getKeyEncryptionAlgorithm()
Gets the value of the keyEncryptionAlgorithm property.
|
AlgorithmIdentifier |
KEKType.getKeyEncryptionAlgorithm()
Gets the value of the keyEncryptionAlgorithm property.
|
AlgorithmIdentifier |
AuthenticatedDataType.getMACAlgorithm()
Gets the value of the macAlgorithm property.
|
AlgorithmIdentifier |
SignerType.getSignatureAlgorithm()
Gets the value of the signatureAlgorithm property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlgorithmIdentifier> |
SignedDataType.getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedContentType.setContentEncryptionAlgorithm(AlgorithmIdentifier value)
Sets the value of the contentEncryptionAlgorithm property.
|
void |
SignerType.setDigestAlgorithm(AlgorithmIdentifier value)
Sets the value of the digestAlgorithm property.
|
void |
DigestedDataType.setDigestAlgorithm(AlgorithmIdentifier value)
Sets the value of the digestAlgorithm property.
|
void |
KeyTransportType.setKeyEncryptionAlgorithm(AlgorithmIdentifier value)
Sets the value of the keyEncryptionAlgorithm property.
|
void |
KEKType.setKeyEncryptionAlgorithm(AlgorithmIdentifier value)
Sets the value of the keyEncryptionAlgorithm property.
|
void |
AuthenticatedDataType.setMACAlgorithm(AlgorithmIdentifier value)
Sets the value of the macAlgorithm property.
|
void |
SignerType.setSignatureAlgorithm(AlgorithmIdentifier value)
Sets the value of the signatureAlgorithm property.
|
Copyright © 2018. All rights reserved.