static OrcProto.EncryptionAlgorithm |
OrcProto.EncryptionAlgorithm.forNumber(int value) |
|
OrcProto.EncryptionAlgorithm |
OrcProto.EncryptionKey.Builder.getAlgorithm() |
optional .orc.proto.EncryptionAlgorithm algorithm = 3;
|
OrcProto.EncryptionAlgorithm |
OrcProto.EncryptionKey.getAlgorithm() |
optional .orc.proto.EncryptionAlgorithm algorithm = 3;
|
OrcProto.EncryptionAlgorithm |
OrcProto.EncryptionKeyOrBuilder.getAlgorithm() |
optional .orc.proto.EncryptionAlgorithm algorithm = 3;
|
static OrcProto.EncryptionAlgorithm |
OrcProto.EncryptionAlgorithm.valueOf(int value) |
Deprecated.
|
static OrcProto.EncryptionAlgorithm |
OrcProto.EncryptionAlgorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static OrcProto.EncryptionAlgorithm |
OrcProto.EncryptionAlgorithm.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OrcProto.EncryptionAlgorithm[] |
OrcProto.EncryptionAlgorithm.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|