Uses of Class
com.pingidentity.sdk.key.MasterKeyEncryptorException
Packages that use MasterKeyEncryptorException
Package
Description
Provides classes used to manage PingFederate's master key set.
-
Uses of MasterKeyEncryptorException in com.pingidentity.sdk.key
Methods in com.pingidentity.sdk.key that throw MasterKeyEncryptorExceptionModifier and TypeMethodDescriptionbyte[]MasterKeyEncryptor.decrypt(byte[] cipherText) Decrypts the master key's cipher text.byte[]MasterKeyEncryptor.encrypt(byte[] plainText) Encrypts the data that will eventually be stored in the master key file.MasterKeyEncryptor.initialize(String keyId) Initializes theMasterKeyEncryptorallowing implementations to perform any external key management operations, such as creating/loading an external key.