public class JcaX509CertificateHolder extends X509CertificateHolder
Constructor and Description |
---|
JcaX509CertificateHolder(X509Certificate cert)
Base constructor.
|
equals, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getIssuer, getIssuerAndSerialNumber, getNonCriticalExtensionOIDs, getNotAfter, getNotBefore, getSerialNumber, getSignature, getSignatureAlgorithm, getSubject, getSubjectPublicKeyInfo, getVersion, hasExtensions, hashCode, isSignatureValid, isValidOn, toASN1Structure
public JcaX509CertificateHolder(X509Certificate cert) throws CertificateEncodingException
cert
- certificate to be used a the source for the holder creation.CertificateEncodingException
- if there is a problem extracting the certificate information.Copyright © 2015. All rights reserved.