public static interface Protos.X509CertificatesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<com.google.protobuf.ByteString> getCertificateList()
repeated bytes certificate = 1;
DER-encoded X.509 certificate chain
int getCertificateCount()
repeated bytes certificate = 1;
DER-encoded X.509 certificate chain
com.google.protobuf.ByteString getCertificate(int index)
repeated bytes certificate = 1;
DER-encoded X.509 certificate chain
Copyright © 2016. All rights reserved.