Class EncryptionKeyCallback.SymmetricKeyRequest

    • Constructor Detail

      • SymmetricKeyRequest

        public SymmetricKeyRequest()
    • Method Detail

      • setSymmetricKey

        public void setSymmetricKey​(SecretKey symmetricKey)
        Constructor.
        Parameters:
        symmetricKey - javax.crypto.SecretKey representing the SymmetricKey to be used for Encryption.
      • getSymmetricKey

        public SecretKey getSymmetricKey()
        Get the SymmetricKey stored in this Request.
        Returns:
        javax.crypto.SecretKey.