public static interface Protos.EncryptedDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getEncryptedPrivateKey()
The encrypted private key
|
com.google.protobuf.ByteString |
getInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
|
boolean |
hasEncryptedPrivateKey()
The encrypted private key
|
boolean |
hasInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;
com.google.protobuf.ByteString getInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;
boolean hasEncryptedPrivateKey()
The encrypted private key
required bytes encrypted_private_key = 2;
com.google.protobuf.ByteString getEncryptedPrivateKey()
The encrypted private key
required bytes encrypted_private_key = 2;