org.bitcoin.protocols.payments
Interface Protos.X509CertificatesOrBuilder

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

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


Method Summary
 com.google.protobuf.ByteString getCertificate(int index)
          repeated bytes certificate = 1;
 int getCertificateCount()
          repeated bytes certificate = 1;
 List<com.google.protobuf.ByteString> getCertificateList()
          repeated bytes certificate = 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

getCertificateList

List<com.google.protobuf.ByteString> getCertificateList()
repeated bytes certificate = 1;
 DER-encoded X.509 certificate chain
 


getCertificateCount

int getCertificateCount()
repeated bytes certificate = 1;
 DER-encoded X.509 certificate chain
 


getCertificate

com.google.protobuf.ByteString getCertificate(int index)
repeated bytes certificate = 1;
 DER-encoded X.509 certificate chain
 



Copyright © 2014. All rights reserved.