| 程序包 | 说明 |
|---|---|
| org.tikv.kvproto |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
Use
forNumber(int) instead. |
static Encryptionpb.EncryptionMethod |
Encryptionpb.EncryptionMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Encryptionpb.EncryptionMethod[] |
Encryptionpb.EncryptionMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Encryptionpb.EncryptionMethod> |
Encryptionpb.EncryptionMethod.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2023 PingCAP. All rights reserved.