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 变量和类型 类 描述 class
PKIXBuilderParameters
用作PKIXCertPathBuilder
算法输入的参数。class
PKIXParameters
用作PKIXCertPathValidator
算法输入的参数。Methods in java.security.cert with parameters of type CertPathParameters 变量和类型 方法 描述 CertPathBuilderResult
CertPathBuilder. build(CertPathParameters params)
尝试使用指定的算法参数集构建证书路径。abstract CertPathBuilderResult
CertPathBuilderSpi. engineBuild(CertPathParameters params)
尝试使用指定的算法参数集构建证书路径。abstract CertPathValidatorResult
CertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)
使用指定的算法参数集验证指定的证书路径。CertPathValidatorResult
CertPathValidator. validate(CertPath certPath, CertPathParameters params)
使用指定的算法参数集验证指定的证书路径。 -
Uses of CertPathParameters in javax.net.ssl
Methods in javax.net.ssl that return CertPathParameters 变量和类型 方法 描述 CertPathParameters
CertPathTrustManagerParameters. getParameters()
返回此类封装的CertPathParameters的克隆。Constructors in javax.net.ssl with parameters of type CertPathParameters 构造器 描述 CertPathTrustManagerParameters(CertPathParameters parameters)
从指定的参数构造新的CertPathTrustManagerParameters。
-