Package | Description |
---|---|
org.apache.hadoop.hbase.io.crypto | |
org.apache.hadoop.hbase.io.crypto.aes |
Modifier and Type | Class and Description |
---|---|
static class |
Encryption.Context
Crypto context
|
Modifier and Type | Method and Description |
---|---|
Context |
Context.setCipher(Cipher cipher) |
Context |
Context.setKey(Key key) |
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
Cipher.createDecryptionStream(InputStream in,
Context context,
byte[] iv)
Create a decrypting input stream given a context and IV
|
abstract OutputStream |
Cipher.createEncryptionStream(OutputStream out,
Context context,
byte[] iv)
Create an encrypting output stream given a context and IV
|
Modifier and Type | Method and Description |
---|---|
InputStream |
CommonsCryptoAES.createDecryptionStream(InputStream in,
Context context,
byte[] iv) |
InputStream |
AES.createDecryptionStream(InputStream in,
Context context,
byte[] iv) |
OutputStream |
CommonsCryptoAES.createEncryptionStream(OutputStream out,
Context context,
byte[] iv) |
OutputStream |
AES.createEncryptionStream(OutputStream out,
Context context,
byte[] iv) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.