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 描述 class
PKIXBuilderParameters
参数用作PKIXCertPathBuilder
算法的输入。class
PKIXParameters
参数用作PKIXCertPathValidator
算法的输入。Methods in java.security.cert with parameters of type CertPathParameters Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 CertPathParameters
CertPathTrustManagerParameters. getParameters()
返回此类封装的CertPathParameters的克隆。Constructors in javax.net.ssl with parameters of type CertPathParameters Constructor 描述 CertPathTrustManagerParameters(CertPathParameters parameters)
从指定的参数构造新的CertPathTrustManagerParameters。
-