|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.cert.X509AttributeCertificateHolder
org.bouncycastle.cert.jcajce.JcaX509AttributeCertificateHolder
public class JcaX509AttributeCertificateHolder
JCA helper class for converting an old style X509AttributeCertificate into a X509AttributeCertificateHolder object.
Constructor Summary | |
---|---|
JcaX509AttributeCertificateHolder(org.bouncycastle.x509.X509AttributeCertificate cert)
Base constructor. |
Method Summary |
---|
Methods inherited from class org.bouncycastle.cert.X509AttributeCertificateHolder |
---|
equals, getAttributes, getAttributes, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getHolder, getIssuer, getIssuerUniqueID, getNonCriticalExtensionOIDs, getNotAfter, getNotBefore, getSerialNumber, getSignature, getSignatureAlgorithm, getVersion, hasExtensions, hashCode, isSignatureValid, isValidOn, toASN1Structure |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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.
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |