Class X509TrustedCertificateBlock

java.lang.Object
org.bouncycastle.openssl.X509TrustedCertificateBlock

public class X509TrustedCertificateBlock extends Object
Holder for an OpenSSL trusted certificate block.
  • Constructor Details

  • Method Details

    • getEncoded

      public byte[] getEncoded() throws IOException
      Throws:
      IOException
    • getCertificateHolder

      public X509CertificateHolder getCertificateHolder()
      Return the certificate associated with this Trusted Certificate
      Returns:
      the certificate holder.
    • getTrustBlock

      public CertificateTrustBlock getTrustBlock()
      Return the trust block associated with this Trusted Certificate
      Returns:
      the trust block.