| Package | Description |
|---|---|
| sun.security.x509 |
| Constructor and Description |
|---|
X509CRLEntryImpl(java.math.BigInteger num,
java.util.Date date,
CRLExtensions crlEntryExts)
Constructs a revoked certificate entry using the given
serial number, revocation date and the entry
extensions.
|
X509CRLImpl(X500Name issuer,
java.util.Date thisDate,
java.util.Date nextDate,
java.security.cert.X509CRLEntry[] badCerts,
CRLExtensions crlExts)
CRL constructor, revoked certs and extensions.
|
Copyright © 2020. All Rights Reserved.