Package | Description |
---|---|
java.security.cert |
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
|
Modifier and Type | Method and Description |
---|---|
abstract X509CRLEntry |
X509CRL.getRevokedCertificate(BigInteger serialNumber)
Gets the CRL entry, if any, with the given certificate serialNumber.
|
X509CRLEntry |
X509CRL.getRevokedCertificate(X509Certificate certificate)
Get the CRL entry, if any, for the given certificate.
|
Modifier and Type | Method and Description |
---|---|
abstract Set<? extends X509CRLEntry> |
X509CRL.getRevokedCertificates()
Gets all the entries from this CRL.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.