|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cipher | |
---|---|
org.apache.hadoop.hbase.io.crypto | |
org.apache.hadoop.hbase.io.crypto.aes |
Uses of Cipher in org.apache.hadoop.hbase.io.crypto |
---|
Methods in org.apache.hadoop.hbase.io.crypto that return Cipher | |
---|---|
Cipher |
Context.getCipher()
|
static Cipher |
Encryption.getCipher(org.apache.hadoop.conf.Configuration conf,
String name)
Get an cipher given a name |
Cipher |
CipherProvider.getCipher(String name)
Get an Cipher |
Cipher |
DefaultCipherProvider.getCipher(String name)
|
Methods in org.apache.hadoop.hbase.io.crypto with parameters of type Cipher | |
---|---|
static void |
Encryption.decryptWithSubjectKey(OutputStream out,
InputStream in,
int outLen,
String subject,
org.apache.hadoop.conf.Configuration conf,
Cipher cipher,
byte[] iv)
Decrypts a block of ciphertext with the symmetric key resolved for the given subject |
static void |
Encryption.encryptWithSubjectKey(OutputStream out,
InputStream in,
String subject,
org.apache.hadoop.conf.Configuration conf,
Cipher cipher,
byte[] iv)
Encrypts a block of plaintext with the symmetric key resolved for the given subject |
Encryption.Context |
Encryption.Context.setCipher(Cipher cipher)
|
Context |
Context.setCipher(Cipher cipher)
|
Uses of Cipher in org.apache.hadoop.hbase.io.crypto.aes |
---|
Subclasses of Cipher in org.apache.hadoop.hbase.io.crypto.aes | |
---|---|
class |
AES
AES-128, provided by the JCE |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |