java.io.Serializable
, org.bouncycastle.util.Encodable
public class JcaX509CertificateHolder extends X509CertificateHolder
Constructor | Description |
---|---|
JcaX509CertificateHolder(java.security.cert.X509Certificate cert) |
Base constructor.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
equals, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getExtensions, getIssuer, getNonCriticalExtensionOIDs, getNotAfter, getNotBefore, getSerialNumber, getSignature, getSignatureAlgorithm, getSubject, getSubjectPublicKeyInfo, getVersion, getVersionNumber, hasExtensions, hashCode, isSignatureValid, isValidOn, toASN1Structure
public JcaX509CertificateHolder(java.security.cert.X509Certificate cert) throws java.security.cert.CertificateEncodingException
cert
- certificate to be used a the source for the holder creation.java.security.cert.CertificateEncodingException
- if there is a problem extracting the certificate information.