Class TBSCertificateBC

    • Constructor Detail

      • TBSCertificateBC

        public TBSCertificateBC​(org.bouncycastle.asn1.x509.TBSCertificate tbsCertificate)
        Creates new wrapper instance for TBSCertificate.
        Parameters:
        tbsCertificate - TBSCertificate to be wrapped
    • Method Detail

      • getTBSCertificate

        public org.bouncycastle.asn1.x509.TBSCertificate getTBSCertificate()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped TBSCertificate.