public class DecryptionHandler extends CipherHandler
CipherHandler.WithEncryptionHeader<T>
cipher
Constructor and Description |
---|
DecryptionHandler(MasterKeyProvider provider) |
Modifier and Type | Method and Description |
---|---|
OciCryptoResult |
decrypt(byte[] dataWithHeader) |
CipherHandler.WithEncryptionHeader<OciCryptoInputStream> |
getDecryptInputStream(InputStream inputStream) |
generateDataKey, generateIV, getSecretKeySpec, initCipher
public DecryptionHandler(MasterKeyProvider provider)
public CipherHandler.WithEncryptionHeader<OciCryptoInputStream> getDecryptInputStream(InputStream inputStream) throws IOException
IOException
public OciCryptoResult decrypt(byte[] dataWithHeader) throws IOException
IOException
Copyright © 2016–2024. All rights reserved.