Uses of Class
java.security.cert.CRLReason
 
   -  
      
Packages that use CRLReason 软件包 描述 java.security.cert 提供用于解析和管理证书,证书吊销列表(CRL)和证书路径的类和接口。 -  
      
-  
        
Uses of CRLReason in java.security.cert
Methods in java.security.cert that return CRLReason 变量和类型 方法 描述 CRLReasonCertificateRevokedException. getRevocationReason()返回证书被撤销的原因。CRLReasonX509CRLEntry. getRevocationReason()返回证书已被撤销的原因,如此CRL条目的原因代码扩展中所指定。static CRLReasonCRLReason. valueOf(String name)返回具有指定名称的此类型的枚举常量。static CRLReason[]CRLReason. values()按照声明的顺序返回一个包含此枚举类型常量的数组。Constructors in java.security.cert with parameters of type CRLReason 构造器 描述 CertificateRevokedException(Date revocationDate, CRLReason reason, X500Principal authority, Map<String,Extension> extensions)使用指定的吊销日期,原因代码,授权名称和扩展映射构造一个CertificateRevokedException。 
 -