| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.crypto | |
| org.apache.hadoop.hbase.io.crypto.aes |
| Modifier and Type | Method and Description |
|---|---|
abstract Encryptor |
Cipher.getEncryptor()
Get an encryptor for encrypting data.
|
| Modifier and Type | Method and Description |
|---|---|
abstract OutputStream |
Cipher.createEncryptionStream(OutputStream out,
Encryptor encryptor)
Create an encrypting output stream given an initialized encryptor
|
static void |
Encryption.encrypt(OutputStream out,
byte[] src,
int offset,
int length,
Encryptor e)
Encrypt a block of plaintext
|
static void |
Encryption.encrypt(OutputStream out,
InputStream in,
Encryptor e)
Encrypt a stream of plaintext given an encryptor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AESEncryptor |
class |
CommonsCryptoAESEncryptor |
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
AES.getEncryptor() |
Encryptor |
CommonsCryptoAES.getEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
AES.createEncryptionStream(OutputStream out,
Encryptor e) |
OutputStream |
CommonsCryptoAES.createEncryptionStream(OutputStream out,
Encryptor encryptor) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.