Interface Protos.X509CertificatesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCertificateList

        java.util.List<com.google.protobuf.ByteString> getCertificateList()
         DER-encoded X.509 certificate chain
         
        repeated bytes certificate = 1;
        Returns:
        A list containing the certificate.
      • getCertificateCount

        int getCertificateCount()
         DER-encoded X.509 certificate chain
         
        repeated bytes certificate = 1;
        Returns:
        The count of certificate.
      • getCertificate

        com.google.protobuf.ByteString getCertificate​(int index)
         DER-encoded X.509 certificate chain
         
        repeated bytes certificate = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The certificate at the given index.