Uses of Class
com.adyen.model.nexo.NamedKeyEncryptedData
-
Packages that use NamedKeyEncryptedData Package Description com.adyen.model.nexo -
-
Uses of NamedKeyEncryptedData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as NamedKeyEncryptedData Modifier and Type Field Description protected NamedKeyEncryptedDataContentInformation. namedKeyEncryptedDataThe Named key encrypted data.Methods in com.adyen.model.nexo that return NamedKeyEncryptedData Modifier and Type Method Description NamedKeyEncryptedDataObjectFactory. createNamedKeyEncryptedData()Create an instance ofNamedKeyEncryptedDataNamedKeyEncryptedDataContentInformation. getNamedKeyEncryptedData()Gets the value of the namedKeyEncryptedData property.Methods in com.adyen.model.nexo with parameters of type NamedKeyEncryptedData Modifier and Type Method Description voidContentInformation. setNamedKeyEncryptedData(NamedKeyEncryptedData value)Sets the value of the namedKeyEncryptedData property.
-