public static interface Encryptionpb.DataKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCreationTime()
Creation time of the key.
|
com.google.protobuf.ByteString |
getKey()
A sequence of secret bytes used to encrypt data.
|
Encryptionpb.EncryptionMethod |
getMethod()
Method of encryption algorithm used to encrypted data.
|
int |
getMethodValue()
Method of encryption algorithm used to encrypted data.
|
boolean |
getWasExposed()
A flag for the key have ever been exposed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getKey()
A sequence of secret bytes used to encrypt data.
bytes key = 1;
int getMethodValue()
Method of encryption algorithm used to encrypted data.
.encryptionpb.EncryptionMethod method = 2;
Encryptionpb.EncryptionMethod getMethod()
Method of encryption algorithm used to encrypted data.
.encryptionpb.EncryptionMethod method = 2;
long getCreationTime()
Creation time of the key.
uint64 creation_time = 3;
boolean getWasExposed()
A flag for the key have ever been exposed.
bool was_exposed = 4;
Copyright © 2024 PingCAP. All rights reserved.