Package org.bouncycastle.cert.jcajce
Class JcaX509CertificateHolder
java.lang.Object
org.bouncycastle.cert.X509CertificateHolder
org.bouncycastle.cert.jcajce.JcaX509CertificateHolder
- All Implemented Interfaces:
Serializable
,org.bouncycastle.util.Encodable
JCA helper class for converting an X509Certificate into a X509CertificateHolder object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.cert.X509CertificateHolder
equals, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getExtensions, getIssuer, getNonCriticalExtensionOIDs, getNotAfter, getNotBefore, getSerialNumber, getSignature, getSignatureAlgorithm, getSubject, getSubjectPublicKeyInfo, getVersion, getVersionNumber, hasExtensions, hashCode, isAlternativeSignatureValid, isSignatureValid, isValidOn, toASN1Structure
-
Constructor Details
-
JcaX509CertificateHolder
Base constructor.- Parameters:
cert
- certificate to be used a the source for the holder creation.- Throws:
CertificateEncodingException
- if there is a problem extracting the certificate information.
-