Uses of Class
com.adyen.model.management.Key
-
Packages that use Key Package Description com.adyen.model.management -
-
Uses of Key in com.adyen.model.management
Methods in com.adyen.model.management that return Key Modifier and Type Method Description static KeyKey. fromJson(String jsonString)Create an instance of Key given an JSON stringKeyNexo. getEncryptionKey()encryptionKeyKeyKey. identifier(String identifier)The unique identifier of the shared key.KeyKey. passphrase(String passphrase)The secure passphrase to protect the shared key.KeyKey. version(Integer version)The version number of the shared key.Methods in com.adyen.model.management with parameters of type Key Modifier and Type Method Description NexoNexo. encryptionKey(Key encryptionKey)encryptionKeyvoidNexo. setEncryptionKey(Key encryptionKey)encryptionKey
-