public static interface Encryptionpb.FileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
long 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 © 2023 PingCAP. All rights reserved.