public class JcaX509AttributeCertificateHolder extends X509AttributeCertificateHolder
| Constructor and Description |
|---|
JcaX509AttributeCertificateHolder(org.bouncycastle.x509.X509AttributeCertificate cert)
Base constructor.
|
equals, getAttributes, getAttributes, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getExtensions, getHolder, getIssuer, getIssuerUniqueID, getNonCriticalExtensionOIDs, getNotAfter, getNotBefore, getSerialNumber, getSignature, getSignatureAlgorithm, getVersion, hasExtensions, hashCode, isSignatureValid, isValidOn, toASN1Structurepublic JcaX509AttributeCertificateHolder(org.bouncycastle.x509.X509AttributeCertificate cert)
throws java.io.IOException
cert - AttributeCertificate to be used a the source for the holder creation.java.io.IOException - if there is a problem extracting the attribute certificate information.