Uses of Class
java.security.cert.X509CRLEntry
-
Packages that use X509CRLEntry 软件包 描述 java.security.cert 提供用于解析和管理证书,证书吊销列表(CRL)和证书路径的类和接口。 -
-
Uses of X509CRLEntry in java.security.cert
Methods in java.security.cert that return X509CRLEntry 变量和类型 方法 描述 abstract X509CRLEntryX509CRL. getRevokedCertificate(BigInteger serialNumber)获取具有给定证书serialNumber的CRL条目(如果有)。X509CRLEntryX509CRL. getRevokedCertificate(X509Certificate certificate)获取给定证书的CRL条目(如果有)。Methods in java.security.cert that return types with arguments of type X509CRLEntry 变量和类型 方法 描述 abstract Set<? extends X509CRLEntry>X509CRL. getRevokedCertificates()获取此CRL中的所有条目。
-