public interface BufferEncrypter
Intended to support the encryption of signed hashes.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encrypt(byte[] unencrypted) |
byte[] encrypt(byte[] unencrypted)
throws InvalidKeyException,
IllegalStateException,
NoSuchAlgorithmException,
NoSuchPaddingException,
IllegalBlockSizeException,
BadPaddingException,
InvalidAlgorithmParameterException,
NoSuchProviderException
Copyright © 2011–2018 dCache.org. All rights reserved.