Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
static Encryptionpb.EncryptionMethod |
Encryptionpb.EncryptionMethod.forNumber(int value) |
Encryptionpb.EncryptionMethod |
Brpb.CipherInfoOrBuilder.getCipherType()
.encryptionpb.EncryptionMethod cipher_type = 1; |
Encryptionpb.EncryptionMethod |
Brpb.CipherInfo.getCipherType()
.encryptionpb.EncryptionMethod cipher_type = 1; |
Encryptionpb.EncryptionMethod |
Brpb.CipherInfo.Builder.getCipherType()
.encryptionpb.EncryptionMethod cipher_type = 1; |
Encryptionpb.EncryptionMethod |
Encryptionpb.FileInfoOrBuilder.getMethod()
Method of encryption algorithm used to encrypted the file.
|
Encryptionpb.EncryptionMethod |
Encryptionpb.FileInfo.getMethod()
Method of encryption algorithm used to encrypted the file.
|
Encryptionpb.EncryptionMethod |
Encryptionpb.FileInfo.Builder.getMethod()
Method of encryption algorithm used to encrypted the file.
|
Encryptionpb.EncryptionMethod |
Encryptionpb.DataKeyOrBuilder.getMethod()
Method of encryption algorithm used to encrypted data.
|
Encryptionpb.EncryptionMethod |
Encryptionpb.DataKey.getMethod()
Method of encryption algorithm used to encrypted data.
|
Encryptionpb.EncryptionMethod |
Encryptionpb.DataKey.Builder.getMethod()
Method of encryption algorithm used to encrypted data.
|
static Encryptionpb.EncryptionMethod |
Encryptionpb.EncryptionMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Encryptionpb.EncryptionMethod |
Encryptionpb.EncryptionMethod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Encryptionpb.EncryptionMethod |
Encryptionpb.EncryptionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encryptionpb.EncryptionMethod[] |
Encryptionpb.EncryptionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Encryptionpb.EncryptionMethod> |
Encryptionpb.EncryptionMethod.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Brpb.CipherInfo.Builder |
Brpb.CipherInfo.Builder.setCipherType(Encryptionpb.EncryptionMethod value)
.encryptionpb.EncryptionMethod cipher_type = 1; |
Encryptionpb.FileInfo.Builder |
Encryptionpb.FileInfo.Builder.setMethod(Encryptionpb.EncryptionMethod value)
Method of encryption algorithm used to encrypted the file.
|
Encryptionpb.DataKey.Builder |
Encryptionpb.DataKey.Builder.setMethod(Encryptionpb.EncryptionMethod value)
Method of encryption algorithm used to encrypted data.
|
Copyright © 2024 PingCAP. All rights reserved.