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 变量和类型 类 描述 classPKIXBuilderParameters用作PKIXCertPathBuilder算法输入的参数。classPKIXParameters用作PKIXCertPathValidator算法输入的参数。Methods in java.security.cert with parameters of type CertPathParameters 变量和类型 方法 描述 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 变量和类型 方法 描述 CertPathParametersCertPathTrustManagerParameters. getParameters()返回此类封装的CertPathParameters的克隆。Constructors in javax.net.ssl with parameters of type CertPathParameters 构造器 描述 CertPathTrustManagerParameters(CertPathParameters parameters)从指定的参数构造新的CertPathTrustManagerParameters。
-