Uses of Class
org.apache.accumulo.core.spi.crypto.CryptoEnvironment.Scope
-
Packages that use CryptoEnvironment.Scope Package Description org.apache.accumulo.core.cryptoImpl org.apache.accumulo.core.spi.crypto -
-
Uses of CryptoEnvironment.Scope in org.apache.accumulo.core.cryptoImpl
Methods in org.apache.accumulo.core.cryptoImpl that return CryptoEnvironment.Scope Modifier and Type Method Description CryptoEnvironment.ScopeCryptoEnvironmentImpl. getScope()Constructors in org.apache.accumulo.core.cryptoImpl with parameters of type CryptoEnvironment.Scope Constructor Description CryptoEnvironmentImpl(CryptoEnvironment.Scope scope, byte[] decryptionParams) -
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.ScopeCryptoEnvironment. getScope()static CryptoEnvironment.ScopeCryptoEnvironment.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.
-