Uses of Class
com.adyen.model.nexo.EncryptedContent
-
Packages that use EncryptedContent Package Description com.adyen.model.nexo -
-
Uses of EncryptedContent in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as EncryptedContent Modifier and Type Field Description protected EncryptedContentEnvelopedData. encryptedContentThe Encrypted content.protected EncryptedContentNamedKeyEncryptedData. encryptedContentThe Encrypted content.Methods in com.adyen.model.nexo that return EncryptedContent Modifier and Type Method Description EncryptedContentObjectFactory. createEncryptedContent()Create an instance ofEncryptedContentEncryptedContentEnvelopedData. getEncryptedContent()Gets the value of the encryptedContent property.EncryptedContentNamedKeyEncryptedData. getEncryptedContent()Gets the value of the encryptedContent property.Methods in com.adyen.model.nexo with parameters of type EncryptedContent Modifier and Type Method Description voidEnvelopedData. setEncryptedContent(EncryptedContent value)Sets the value of the encryptedContent property.voidNamedKeyEncryptedData. setEncryptedContent(EncryptedContent value)Sets the value of the encryptedContent property.
-