Package | Description |
---|---|
org.apache.hadoop.hbase.io.crypto |
Class and Description |
---|
Cipher
A common interface for a cryptographic algorithm.
|
CipherProvider
An CipherProvider contributes support for various cryptographic Ciphers.
|
Context
Crypto context.
|
CryptoCipherProvider
The default cipher provider.
|
Decryptor
Decryptors apply a cipher to an InputStream to recover plaintext.
|
DefaultCipherProvider
The default cipher provider.
|
Encryption.Context
Crypto context
|
Encryptor
Encryptors apply a cipher to an OutputStream to produce ciphertext.
|
KeyProvider
KeyProvider is a interface to abstract the different methods of retrieving key material from key
storage such as Java key store.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.