| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.crypto | 
| 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 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.