Interface SigningCertificateEmbeddedSCTOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CertificateChain getChain()
      The certificate chain serialized with the leaf certificate first, followed by all intermediate certificates (if present), finishing with the root certificate.
      CertificateChainOrBuilder getChainOrBuilder()
      The certificate chain serialized with the leaf certificate first, followed by all intermediate certificates (if present), finishing with the root certificate.
      boolean hasChain()
      The certificate chain serialized with the leaf certificate first, followed by all intermediate certificates (if present), finishing with the root certificate.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasChain

        boolean hasChain()
        
         The certificate chain serialized with the leaf certificate first, followed
         by all intermediate certificates (if present), finishing with the root certificate.
        
         All values are PEM-encoded certificates.
         
        .dev.sigstore.fulcio.v2.CertificateChain chain = 1;
        Returns:
        Whether the chain field is set.
      • getChain

        CertificateChain getChain()
        
         The certificate chain serialized with the leaf certificate first, followed
         by all intermediate certificates (if present), finishing with the root certificate.
        
         All values are PEM-encoded certificates.
         
        .dev.sigstore.fulcio.v2.CertificateChain chain = 1;
        Returns:
        The chain.
      • getChainOrBuilder

        CertificateChainOrBuilder getChainOrBuilder()
        
         The certificate chain serialized with the leaf certificate first, followed
         by all intermediate certificates (if present), finishing with the root certificate.
        
         All values are PEM-encoded certificates.
         
        .dev.sigstore.fulcio.v2.CertificateChain chain = 1;