Uses of Class
java.security.cert.CRL
-
Packages that use CRL 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of CRL in java.security.cert
Subclasses of CRL in java.security.cert Modifier and Type Class 描述 classX509CRLX.509证书撤销列表(CRL)的抽象类。Methods in java.security.cert that return CRL Modifier and Type 方法 描述 abstract CRLCertificateFactorySpi. engineGenerateCRL(InputStream inStream)生成证书吊销列表(CRL)对象,并使用从输入流inStream读取的数据进行初始化。CRLCertificateFactory. generateCRL(InputStream inStream)生成证书吊销列表(CRL)对象,并使用从输入流inStream读取的数据进行初始化。Methods in java.security.cert that return types with arguments of type CRL Modifier and Type 方法 描述 abstract Collection<? extends CRL>CertificateFactorySpi. engineGenerateCRLs(InputStream inStream)返回从给定输入流inStream读取的CRL的(可能为空的)集合视图。abstract Collection<? extends CRL>CertStoreSpi. engineGetCRLs(CRLSelector selector)返回匹配指定选择器的Collection的CRL。Collection<? extends CRL>CertificateFactory. generateCRLs(InputStream inStream)返回从给定输入流inStream读取的CRL的(可能为空的)集合视图。Collection<? extends CRL>CertStore. getCRLs(CRLSelector selector)返回匹配指定选择器的Collection的CRL。Methods in java.security.cert with parameters of type CRL Modifier and Type 方法 描述 booleanCRLSelector. match(CRL crl)决定是否选择CRL。booleanX509CRLSelector. match(CRL crl)决定是否选择CRL。
-