Uses of Interface
java.security.cert.CertPathParameters
-
Packages that use CertPathParameters 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。javax.net.ssl 为安全套接字包提供类。 -
-
Uses of CertPathParameters in java.security.cert
Classes in java.security.cert that implement CertPathParameters Modifier and Type Class 描述 classPKIXBuilderParameters参数用作PKIXCertPathBuilder算法的输入。classPKIXParameters参数用作PKIXCertPathValidator算法的输入。Methods in java.security.cert with parameters of type CertPathParameters Modifier and Type 方法 描述 CertPathBuilderResultCertPathBuilder. build(CertPathParameters params)尝试使用指定的算法参数集构建认证路径。abstract CertPathBuilderResultCertPathBuilderSpi. engineBuild(CertPathParameters params)尝试使用指定的算法参数集构建认证路径。abstract CertPathValidatorResultCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)使用指定的算法参数集验证指定的认证路径。CertPathValidatorResultCertPathValidator. validate(CertPath certPath, CertPathParameters params)使用指定的算法参数集验证指定的认证路径。 -
Uses of CertPathParameters in javax.net.ssl
Methods in javax.net.ssl that return CertPathParameters Modifier and Type 方法 描述 CertPathParametersCertPathTrustManagerParameters. getParameters()返回此类封装的CertPathParameters的克隆。Constructors in javax.net.ssl with parameters of type CertPathParameters Constructor 描述 CertPathTrustManagerParameters(CertPathParameters parameters)从指定的参数构造新的CertPathTrustManagerParameters。
-