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