public class X509TrustedCertificateBlock extends 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 IOException
IOExceptionpublic byte[] getEncoded()
throws IOException
IOExceptionpublic X509CertificateHolder getCertificateHolder()
public CertificateTrustBlock getTrustBlock()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.