Uses of Enum Class
org.apache.hadoop.crypto.CryptoProtocolVersion
Packages that use CryptoProtocolVersion
Package
Description
Crypto related classes.
An abstract file system API.
-
Uses of CryptoProtocolVersion in org.apache.hadoop.crypto
Methods in org.apache.hadoop.crypto that return CryptoProtocolVersionModifier and TypeMethodDescriptionstatic CryptoProtocolVersion[]CryptoProtocolVersion.supported()static CryptoProtocolVersionReturns the enum constant of this class with the specified name.static CryptoProtocolVersion[]CryptoProtocolVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.crypto with parameters of type CryptoProtocolVersionModifier and TypeMethodDescriptionstatic booleanCryptoProtocolVersion.supports(CryptoProtocolVersion version) Returns if a given protocol version is supported. -
Uses of CryptoProtocolVersion in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return CryptoProtocolVersionConstructors in org.apache.hadoop.fs with parameters of type CryptoProtocolVersionModifierConstructorDescriptionFileEncryptionInfo(CipherSuite suite, CryptoProtocolVersion version, byte[] edek, byte[] iv, String keyName, String ezKeyVersionName) Create a FileEncryptionInfo.