| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmIdentifier |
EncryptedContent.contentEncryptionAlgorithm
The Content encryption algorithm.
|
protected AlgorithmIdentifier |
DigestedData.digestAlgorithm
The Digest algorithm.
|
protected AlgorithmIdentifier |
Signer.digestAlgorithm
The Digest algorithm.
|
protected AlgorithmIdentifier |
KeyTransport.keyEncryptionAlgorithm
The Key encryption algorithm.
|
protected AlgorithmIdentifier |
KEK.keyEncryptionAlgorithm
The Key encryption algorithm.
|
protected AlgorithmIdentifier |
AuthenticatedData.macAlgorithm
The Mac algorithm.
|
protected AlgorithmIdentifier |
Signer.signatureAlgorithm
The Signature algorithm.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AlgorithmIdentifier> |
SignedData.digestAlgorithm
The Digest algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
ObjectFactory.createAlgorithmIdentifier()
Create an instance of
AlgorithmIdentifier |
AlgorithmIdentifier |
EncryptedContent.getContentEncryptionAlgorithm()
Gets the value of the contentEncryptionAlgorithm property.
|
AlgorithmIdentifier |
DigestedData.getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
AlgorithmIdentifier |
Signer.getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
AlgorithmIdentifier |
KeyTransport.getKeyEncryptionAlgorithm()
Gets the value of the keyEncryptionAlgorithm property.
|
AlgorithmIdentifier |
KEK.getKeyEncryptionAlgorithm()
Gets the value of the keyEncryptionAlgorithm property.
|
AlgorithmIdentifier |
AuthenticatedData.getMACAlgorithm()
Gets the value of the macAlgorithm property.
|
AlgorithmIdentifier |
Signer.getSignatureAlgorithm()
Gets the value of the signatureAlgorithm property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlgorithmIdentifier> |
SignedData.getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedContent.setContentEncryptionAlgorithm(AlgorithmIdentifier value)
Sets the value of the contentEncryptionAlgorithm property.
|
void |
DigestedData.setDigestAlgorithm(AlgorithmIdentifier value)
Sets the value of the digestAlgorithm property.
|
void |
Signer.setDigestAlgorithm(AlgorithmIdentifier value)
Sets the value of the digestAlgorithm property.
|
void |
KeyTransport.setKeyEncryptionAlgorithm(AlgorithmIdentifier value)
Sets the value of the keyEncryptionAlgorithm property.
|
void |
KEK.setKeyEncryptionAlgorithm(AlgorithmIdentifier value)
Sets the value of the keyEncryptionAlgorithm property.
|
void |
AuthenticatedData.setMACAlgorithm(AlgorithmIdentifier value)
Sets the value of the macAlgorithm property.
|
void |
Signer.setSignatureAlgorithm(AlgorithmIdentifier value)
Sets the value of the signatureAlgorithm property.
|
Copyright © 2022. All rights reserved.