Uses of Class
java.security.cert.X509CRLEntry
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.apache.harmony.security.provider.cert | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of X509CRLEntry in java.security.cert
Methods in java.security.cert that return X509CRLEntry Modifier and Type Method Description abstract X509CRLEntryX509CRL. getRevokedCertificate(BigInteger serialNumber)Returns the CRL entry with the specified certificate serial number.X509CRLEntryX509CRL. getRevokedCertificate(X509Certificate certificate)Returns the CRL entry for the specified certificate.Methods in java.security.cert that return types with arguments of type X509CRLEntry Modifier and Type Method Description abstract Set<? extends X509CRLEntry>X509CRL. getRevokedCertificates()Returns the set of revoked certificates. -
Uses of X509CRLEntry in org.apache.harmony.security.provider.cert
Subclasses of X509CRLEntry in org.apache.harmony.security.provider.cert Modifier and Type Class Description classX509CRLEntryImplImplementation of X509CRLEntry.Methods in org.apache.harmony.security.provider.cert that return X509CRLEntry Modifier and Type Method Description X509CRLEntryX509CRLImpl. getRevokedCertificate(BigInteger serialNumber)Method searches for CRL entry with specified serial number.X509CRLEntryX509CRLImpl. getRevokedCertificate(X509Certificate certificate)Searches for certificate in CRL.Methods in org.apache.harmony.security.provider.cert that return types with arguments of type X509CRLEntry Modifier and Type Method Description Set<? extends X509CRLEntry>X509CRLImpl. getRevokedCertificates() -
Uses of X509CRLEntry in org.bouncycastle.jce.provider
Subclasses of X509CRLEntry in org.bouncycastle.jce.provider Modifier and Type Class Description classX509CRLEntryObjectThe following extensions are listed in RFC 2459 as relevant to CRL Entries ReasonCode Hode Instruction Code Invalidity Date Certificate Issuer (critical)Methods in org.bouncycastle.jce.provider that return X509CRLEntry Modifier and Type Method Description X509CRLEntryX509CRLObject. getRevokedCertificate(BigInteger serialNumber) -
Uses of X509CRLEntry in org.conscrypt
Subclasses of X509CRLEntry in org.conscrypt Modifier and Type Class Description classOpenSSLX509CRLEntryMethods in org.conscrypt that return X509CRLEntry Modifier and Type Method Description X509CRLEntryOpenSSLX509CRL. getRevokedCertificate(BigInteger serialNumber)X509CRLEntryOpenSSLX509CRL. getRevokedCertificate(X509Certificate certificate)Methods in org.conscrypt that return types with arguments of type X509CRLEntry Modifier and Type Method Description Set<? extends X509CRLEntry>OpenSSLX509CRL. getRevokedCertificates()