org.bitcoinj.wallet
Interface Protos.EncryptedPrivateKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protos.EncryptedPrivateKey, Protos.EncryptedPrivateKey.Builder
Enclosing class:
Protos

public static interface Protos.EncryptedPrivateKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder


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

hasInitialisationVector

boolean hasInitialisationVector()
required bytes initialisation_vector = 1;
 The initialisation vector for the AES encryption (16 bytes)
 


getInitialisationVector

com.google.protobuf.ByteString getInitialisationVector()
required bytes initialisation_vector = 1;
 The initialisation vector for the AES encryption (16 bytes)
 


hasEncryptedPrivateKey

boolean hasEncryptedPrivateKey()
required bytes encrypted_private_key = 2;
 The encrypted private key
 


getEncryptedPrivateKey

com.google.protobuf.ByteString getEncryptedPrivateKey()
required bytes encrypted_private_key = 2;
 The encrypted private key
 



Copyright © 2014. All rights reserved.