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