Uses of Interface
java.security.cert.CertPathValidatorException.Reason
-
Packages that use CertPathValidatorException.Reason 软件包 描述 java.security.cert 提供用于解析和管理证书,证书吊销列表(CRL)和证书路径的类和接口。 -
-
Uses of CertPathValidatorException.Reason in java.security.cert
Classes in java.security.cert that implement CertPathValidatorException.Reason 变量和类型 类 描述 static class
CertPathValidatorException.BasicReason
BasicReason列举了任何类型的证书路径可能无效的潜在原因。class
PKIXReason
PKIXReason
根据PKIX(RFC 5280)标准列举了X.509认证路径可能无效的潜在PKIX特定原因。Methods in java.security.cert that return CertPathValidatorException.Reason 变量和类型 方法 描述 CertPathValidatorException.Reason
CertPathValidatorException. getReason()
返回验证失败的原因。Constructors in java.security.cert with parameters of type CertPathValidatorException.Reason 构造器 描述 CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, CertPathValidatorException.Reason reason)
使用指定的详细消息,原因,证书路径,索引和原因创建CertPathValidatorException
。
-