| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.io.crypto | |
| org.apache.hadoop.hbase.io.crypto.aes |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Encryption.Context
Crypto context
|
| 限定符和类型 | 方法和说明 |
|---|---|
Context |
Context.setCipher(Cipher cipher) |
Context |
Context.setKey(Key key) |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
AES.createDecryptionStream(InputStream in,
Context context,
byte[] iv) |
OutputStream |
AES.createEncryptionStream(OutputStream out,
Context context,
byte[] iv) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.