Package org.dcache.xrootd.security
Interface BufferDecrypter
-
public interface BufferDecrypterIntended to support the decryption of signed hashes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decrypt(byte[] unencrypted)
-
-
-
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.InvalidKeyExceptionjava.lang.IllegalStateExceptionjava.security.NoSuchAlgorithmExceptionjavax.crypto.NoSuchPaddingExceptionjavax.crypto.IllegalBlockSizeExceptionjavax.crypto.BadPaddingExceptionjava.security.InvalidAlgorithmParameterExceptionjava.security.NoSuchProviderException
-
-