Class DecryptionKeyCallback.PrivateKeyRequest

    • Constructor Detail

      • PrivateKeyRequest

        public PrivateKeyRequest()
    • Method Detail

      • setPrivateKey

        public void setPrivateKey​(PrivateKey privateKey)
        Set the PrivateKey to be used for Decryption.
        Parameters:
        privateKey - java.security.PrivateKey
      • getPrivateKey

        public PrivateKey getPrivateKey()
        Get the PrivateKey.
        Returns:
        java.security.PrivateKey object set on this request.