Interface BufferDecrypter


  • public interface BufferDecrypter
    Intended to support the decryption of signed hashes.

    • Method Detail

      • decrypt

        byte[] decrypt​(byte[] unencrypted)
                throws java.security.InvalidKeyException,
                       java.lang.IllegalStateException,
                       java.security.NoSuchAlgorithmException,
                       javax.crypto.NoSuchPaddingException,
                       javax.crypto.IllegalBlockSizeException,
                       javax.crypto.BadPaddingException,
                       java.security.InvalidAlgorithmParameterException,
                       java.security.NoSuchProviderException
        Throws:
        java.security.InvalidKeyException
        java.lang.IllegalStateException
        java.security.NoSuchAlgorithmException
        javax.crypto.NoSuchPaddingException
        javax.crypto.IllegalBlockSizeException
        javax.crypto.BadPaddingException
        java.security.InvalidAlgorithmParameterException
        java.security.NoSuchProviderException