Uses of Class
org.bouncycastle.openssl.CertificateTrustBlock
-
Packages that use CertificateTrustBlock Package Description org.bouncycastle.openssl Classes for dealing with OpenSSL PEM files. -
-
Uses of CertificateTrustBlock in org.bouncycastle.openssl
Methods in org.bouncycastle.openssl that return CertificateTrustBlock Modifier and Type Method Description CertificateTrustBlock
X509TrustedCertificateBlock. getTrustBlock()
Return the trust block associated with this Trusted CertificateConstructors in org.bouncycastle.openssl with parameters of type CertificateTrustBlock Constructor Description X509TrustedCertificateBlock(X509CertificateHolder certificateHolder, CertificateTrustBlock trustBlock)
-