Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.security.cert | Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. |
Uses of X509CRLEntry in java.security.cert |
---|
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. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.