public static interface Encryptionpb.FileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getIv()
Initialization vector (IV) of the file.
|
long |
getKeyId()
ID of the key used to encrypt the file.
|
Encryptionpb.EncryptionMethod |
getMethod()
Method of encryption algorithm used to encrypted the file.
|
int |
getMethodValue()
Method of encryption algorithm used to encrypted the file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getKeyId()
ID of the key used to encrypt the file.
uint64 key_id = 1;com.google.protobuf.ByteString getIv()
Initialization vector (IV) of the file.
bytes iv = 2;int getMethodValue()
Method of encryption algorithm used to encrypted the file.
.encryptionpb.EncryptionMethod method = 3;Encryptionpb.EncryptionMethod getMethod()
Method of encryption algorithm used to encrypted the file.
.encryptionpb.EncryptionMethod method = 3;Copyright © 2025 PingCAP. All rights reserved.