public class X509TrustedCertificateBlock
extends java.lang.Object
| Constructor and Description |
|---|
X509TrustedCertificateBlock(byte[] encoding) |
X509TrustedCertificateBlock(X509CertificateHolder certificateHolder,
CertificateTrustBlock trustBlock) |
| Modifier and Type | Method and Description |
|---|---|
X509CertificateHolder |
getCertificateHolder()
Return the certificate associated with this Trusted Certificate
|
byte[] |
getEncoded() |
CertificateTrustBlock |
getTrustBlock()
Return the trust block associated with this Trusted Certificate
|
public X509TrustedCertificateBlock(X509CertificateHolder certificateHolder, CertificateTrustBlock trustBlock)
public X509TrustedCertificateBlock(byte[] encoding)
throws java.io.IOException
java.io.IOExceptionpublic byte[] getEncoded()
throws java.io.IOException
java.io.IOExceptionpublic X509CertificateHolder getCertificateHolder()
public CertificateTrustBlock getTrustBlock()