public class X509TrustedCertificateBlock
extends java.lang.Object
Constructor | Description |
---|---|
X509TrustedCertificateBlock(byte[] encoding) |
|
X509TrustedCertificateBlock(X509CertificateHolder certificateHolder,
CertificateTrustBlock trustBlock) |
Modifier and Type | Method | 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.IOException
public byte[] getEncoded() throws java.io.IOException
java.io.IOException
public X509CertificateHolder getCertificateHolder()
public CertificateTrustBlock getTrustBlock()