public static interface Protos.X509CertificatesOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
com.google.protobuf.ByteString | 
getCertificate(int index)
 DER-encoded X.509 certificate chain 
 | 
int | 
getCertificateCount()
 DER-encoded X.509 certificate chain 
 | 
java.util.List<com.google.protobuf.ByteString> | 
getCertificateList()
 DER-encoded X.509 certificate chain 
 | 
java.util.List<com.google.protobuf.ByteString> getCertificateList()
DER-encoded X.509 certificate chain
repeated bytes certificate = 1;int getCertificateCount()
DER-encoded X.509 certificate chain
repeated bytes certificate = 1;com.google.protobuf.ByteString getCertificate(int index)
DER-encoded X.509 certificate chain
repeated bytes certificate = 1;index - The index of the element to return.