Uses of Class
com.adyen.model.nexo.AlgorithmIdentifier
-
Packages that use AlgorithmIdentifier Package Description com.adyen.model.nexo -
-
Uses of AlgorithmIdentifier in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as AlgorithmIdentifier Modifier and Type Field Description protected AlgorithmIdentifierEncryptedContent. contentEncryptionAlgorithmThe Content encryption algorithm.protected AlgorithmIdentifierDigestedData. digestAlgorithmThe Digest algorithm.protected AlgorithmIdentifierSigner. digestAlgorithmThe Digest algorithm.protected AlgorithmIdentifierKEK. keyEncryptionAlgorithmThe Key encryption algorithm.protected AlgorithmIdentifierKeyTransport. keyEncryptionAlgorithmThe Key encryption algorithm.protected AlgorithmIdentifierAuthenticatedData. macAlgorithmThe Mac algorithm.protected AlgorithmIdentifierSigner. signatureAlgorithmThe Signature algorithm.Fields in com.adyen.model.nexo with type parameters of type AlgorithmIdentifier Modifier and Type Field Description protected List<AlgorithmIdentifier>SignedData. digestAlgorithmThe Digest algorithm.Methods in com.adyen.model.nexo that return AlgorithmIdentifier Modifier and Type Method Description AlgorithmIdentifierObjectFactory. createAlgorithmIdentifier()Create an instance ofAlgorithmIdentifierAlgorithmIdentifierEncryptedContent. getContentEncryptionAlgorithm()Gets the value of the contentEncryptionAlgorithm property.AlgorithmIdentifierDigestedData. getDigestAlgorithm()Gets the value of the digestAlgorithm property.AlgorithmIdentifierSigner. getDigestAlgorithm()Gets the value of the digestAlgorithm property.AlgorithmIdentifierKEK. getKeyEncryptionAlgorithm()Gets the value of the keyEncryptionAlgorithm property.AlgorithmIdentifierKeyTransport. getKeyEncryptionAlgorithm()Gets the value of the keyEncryptionAlgorithm property.AlgorithmIdentifierAuthenticatedData. getMACAlgorithm()Gets the value of the macAlgorithm property.AlgorithmIdentifierSigner. getSignatureAlgorithm()Gets the value of the signatureAlgorithm property.Methods in com.adyen.model.nexo that return types with arguments of type AlgorithmIdentifier Modifier and Type Method Description List<AlgorithmIdentifier>SignedData. getDigestAlgorithm()Gets the value of the digestAlgorithm property.Methods in com.adyen.model.nexo with parameters of type AlgorithmIdentifier Modifier and Type Method Description voidEncryptedContent. setContentEncryptionAlgorithm(AlgorithmIdentifier value)Sets the value of the contentEncryptionAlgorithm property.voidDigestedData. setDigestAlgorithm(AlgorithmIdentifier value)Sets the value of the digestAlgorithm property.voidSigner. setDigestAlgorithm(AlgorithmIdentifier value)Sets the value of the digestAlgorithm property.voidKEK. setKeyEncryptionAlgorithm(AlgorithmIdentifier value)Sets the value of the keyEncryptionAlgorithm property.voidKeyTransport. setKeyEncryptionAlgorithm(AlgorithmIdentifier value)Sets the value of the keyEncryptionAlgorithm property.voidAuthenticatedData. setMACAlgorithm(AlgorithmIdentifier value)Sets the value of the macAlgorithm property.voidSigner. setSignatureAlgorithm(AlgorithmIdentifier value)Sets the value of the signatureAlgorithm property.
-