|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptoModule.CryptoInitProperty | |
---|---|
org.apache.accumulo.core.security.crypto |
Uses of CryptoModule.CryptoInitProperty in org.apache.accumulo.core.security.crypto |
---|
Methods in org.apache.accumulo.core.security.crypto that return CryptoModule.CryptoInitProperty | |
---|---|
static CryptoModule.CryptoInitProperty |
CryptoModule.CryptoInitProperty.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CryptoModule.CryptoInitProperty[] |
CryptoModule.CryptoInitProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Method parameters in org.apache.accumulo.core.security.crypto with type arguments of type CryptoModule.CryptoInitProperty | |
---|---|
InputStream |
CryptoModule.getDecryptingInputStream(InputStream in,
Map<String,String> cryptoOpts,
Map<CryptoModule.CryptoInitProperty,Object> cryptoInitParams)
Deprecated. Wraps an InputStream and returns a decrypting input stream. |
InputStream |
DefaultCryptoModule.getDecryptingInputStream(InputStream in,
Map<String,String> cryptoOpts,
Map<CryptoModule.CryptoInitProperty,Object> cryptoInitParams)
Deprecated. |
OutputStream |
CryptoModule.getEncryptingOutputStream(OutputStream out,
Map<String,String> conf,
Map<CryptoModule.CryptoInitProperty,Object> cryptoInitParams)
Deprecated. Wraps an OutputStream in an encrypting OutputStream. |
OutputStream |
DefaultCryptoModule.getEncryptingOutputStream(OutputStream out,
Map<String,String> conf,
Map<CryptoModule.CryptoInitProperty,Object> cryptoInitParams)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |