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