Uses of Class
org.apache.accumulo.core.spi.crypto.CryptoEnvironment.Scope
-
Packages that use CryptoEnvironment.Scope Package Description org.apache.accumulo.core.crypto org.apache.accumulo.core.spi.crypto -
-
Uses of CryptoEnvironment.Scope in org.apache.accumulo.core.crypto
Methods in org.apache.accumulo.core.crypto that return CryptoEnvironment.Scope Modifier and Type Method Description CryptoEnvironment.Scope
CryptoEnvironmentImpl. getScope()
Methods in org.apache.accumulo.core.crypto with parameters of type CryptoEnvironment.Scope Modifier and Type Method Description static CryptoEnvironment
CryptoUtils. getCryptoEnv(CryptoEnvironment.Scope scope, TableId tableId, DataInputStream in)
static FileDecrypter
CryptoUtils. getFileDecrypter(CryptoService cs, CryptoEnvironment.Scope scope, TableId tableId, DataInputStream in)
Read the decryption parameters from the DataInputStream and get the FileDecrypter associated with the provided CryptoService and CryptoEnvironment.Scope.static CryptoService
CryptoFactoryLoader. getServiceForClient(CryptoEnvironment.Scope scope, Map<String,String> properties)
Returns a CryptoService configured for the scope using the properties.Constructors in org.apache.accumulo.core.crypto with parameters of type CryptoEnvironment.Scope Constructor Description CryptoEnvironmentImpl(CryptoEnvironment.Scope scope)
CryptoEnvironmentImpl(CryptoEnvironment.Scope scope, TableId tableId, byte[] decryptionParams)
Construct the crypto environment. -
Uses of CryptoEnvironment.Scope in org.apache.accumulo.core.spi.crypto
Methods in org.apache.accumulo.core.spi.crypto that return CryptoEnvironment.Scope Modifier and Type Method Description CryptoEnvironment.Scope
CryptoEnvironment. getScope()
static CryptoEnvironment.Scope
CryptoEnvironment.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static CryptoEnvironment.Scope[]
CryptoEnvironment.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-