软件包 | 描述 |
---|---|
java.security |
为安全框架提供类和接口。
|
java.security.cert |
提供用于解析和管理证书的类和接口,证书撤销列表(CRL),认证路径。
|
Modifier and Type | Method and Description |
---|---|
CertPath |
CodeSigner.getSignerCertPath()
返回签名者的证书路径。
|
CertPath |
Timestamp.getSignerCertPath()
返回的时间戳权威的证书路径。
|
Constructor and Description |
---|
CodeSigner(CertPath signerCertPath, Timestamp timestamp)
构建了一个codesigner对象。
|
Timestamp(Date timestamp, CertPath signerCertPath)
构建了一个时间戳。
|
Modifier and Type | Method and Description |
---|---|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream)
生成一个
CertPath 对象并初始化它的数据从
InputStream 河道读。
|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream, String encoding)
生成一个
CertPath 对象并初始化它的数据从
InputStream 河道读。
|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(List<? extends Certificate> certificates)
生成一个
CertPath 对象并将它初始化一个
List 的
Certificate s。
|
CertPath |
CertificateFactory.generateCertPath(InputStream inStream)
生成一个
CertPath 对象并初始化它的数据从
InputStream 河道读。
|
CertPath |
CertificateFactory.generateCertPath(InputStream inStream, String encoding)
生成一个
CertPath 对象并初始化它的数据从
InputStream 河道读。
|
CertPath |
CertificateFactory.generateCertPath(List<? extends Certificate> certificates)
生成一个
CertPath 对象并将它初始化一个
List 的
Certificate s。
|
CertPath |
CertPathBuilderResult.getCertPath()
返回内置的认证路径。
|
CertPath |
CertPathValidatorException.getCertPath()
返回正在被抛出的异常时正在验证的证书路径。
|
CertPath |
PKIXCertPathBuilderResult.getCertPath()
返回内置和验证的认证路径。
|
Modifier and Type | Method and Description |
---|---|
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath certPath, CertPathParameters params)
使用指定的算法参数集来验证指定的证书路径。
|
CertPathValidatorResult |
CertPathValidator.validate(CertPath certPath, CertPathParameters params)
使用指定的算法参数集来验证指定的证书路径。
|
Constructor and Description |
---|
CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)
创建一个指定详细信息,
CertPathValidatorException 原因,证书路径,和指数。
|
CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, CertPathValidatorException.Reason reason)
创建一个指定详细信息,
CertPathValidatorException 原因,证书路径,索引,及原因。
|
PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
创建包含指定的参数
PKIXCertPathBuilderResult 实例。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.