| java.lang.Object | ||
| ↳ | org.bouncycastle.cert.X509AttributeCertificateHolder | |
| ↳ | org.bouncycastle.cert.jcajce.JcaX509AttributeCertificateHolder | |
JCA helper class for converting an old style X509AttributeCertificate into a X509AttributeCertificateHolder object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Base constructor.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.bouncycastle.cert.X509AttributeCertificateHolder
| |||||||||||
From class
java.lang.Object
| |||||||||||
Base constructor.
| cert | AttributeCertificate to be used a the source for the holder creation. |
|---|
| IOException | if there is a problem extracting the attribute certificate information. |
|---|