public static interface Protos.X509CertificatesOrBuilder
extends com.google.protobuf.MessageOrBuilder
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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;