Interface X509CertificateChainCredential

    • Method Detail

      • getCertificateChain

        X509Certificate[] getCertificateChain()
        Get a copy of the certificate chain.
        Returns:
        a copy of the certificate chain
      • getFirstCertificate

        X509Certificate getFirstCertificate()
        Get the first certificate in the chain. This corresponds to the subject certificate.
        Returns:
        the first certificate (not null)
      • getLastCertificate

        X509Certificate getLastCertificate()
        Get the last certificate in the chain. This corresponds to the ultimate issuer certificate.
        Returns:
        the last certificate (not null)