|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Protos.EncryptedPrivateKeyOrBuilder
| Method Summary | |
|---|---|
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; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||