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 Modifier and Type Class 描述 static classCertPathValidatorException.BasicReasonBasicReason列举了任何类型的认证路径可能无效的潜在原因。classPKIXReason该PKIXReason列举了PKIX特有的原因,因为根据PKIX(RFC 5280)标准,X.509认证路径可能无效。Methods in java.security.cert that return CertPathValidatorException.Reason Modifier and Type 方法 描述 CertPathValidatorException.ReasonCertPathValidatorException. getReason()返回验证失败的原因。Constructors in java.security.cert with parameters of type CertPathValidatorException.Reason Constructor 描述 CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, CertPathValidatorException.Reason reason)创建具有指定的详细消息,原因,认证路径,索引和原因的CertPathValidatorException。
-