软件包 | 描述 |
---|---|
java.net |
提供实现网络应用程序的类。
|
java.security |
提供安全框架的类和接口。
|
java.security.cert |
提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。
|
java.util.jar |
提供用于读取和写入JAR(Java ARchive)文件格式的类,该文件格式基于具有可选清单文件的标准ZIP文件格式。
|
javax.crypto |
提供加密操作的类和接口。
|
javax.net.ssl |
为安全套接字包提供类。
|
javax.security.auth.x500 |
该包包含用于在
主题中存储X500 Principal和X500 Private Credentials的
类 。
|
Class and Description |
---|
Certificate
用于管理各种身份证件的抽象类。
|
Class and Description |
---|
Certificate
用于管理各种身份证件的抽象类。
|
CertificateException
此异常表示各种证书问题之一。
|
CertPath
证书的不可变序列(认证路径)。
|
Class and Description |
---|
Certificate
用于管理各种身份证件的抽象类。
|
CertificateEncodingException
证书编码异常。
|
CertificateException
此异常表示各种证书问题之一。
|
CertificateExpiredException
证书过期例外
|
CertificateFactory
该类定义了证书工厂的功能,用于从其编码生成证书,认证路径(
CertPath )和证书吊销列表(CRL)对象。
|
CertificateFactorySpi
这个类定义的
(SPI)
CertificateFactory 类。
|
CertificateNotYetValidException
证书还没有有效的例外。
|
CertificateParsingException
证书解析异常。
|
CertPath
证书的不可变序列(认证路径)。
|
CertPathBuilder
建立认证路径(也称为证书链)的课程。
|
CertPathBuilderException
一个例外,指出使用CertPathBuilder构建认证路径时遇到的各种问题
CertPathBuilder 。
|
CertPathBuilderResult
认证路径构建器算法的结果的规范。
|
CertPathBuilderSpi
( SPI )为 CertPathBuilder 类。
|
CertPathChecker
对每个的一个或多个检查
Certificate 一个的
CertPath 。
|
CertPathParameters
认证路径算法参数的规范。
|
CertPathValidator
用于验证认证路径(也称为证书链)的类。
|
CertPathValidatorException
表示验证认证路径时遇到的各种问题之一的异常。
|
CertPathValidatorException.BasicReason
BasicReason列举了任何类型的认证路径可能无效的潜在原因。
|
CertPathValidatorException.Reason
验证算法失败的原因。
|
CertPathValidatorResult
认证路径验证器算法的结果的规范。
|
CertPathValidatorSpi
CertPathValidator 类的 ( SPI )。
|
CertSelector
它定义了一组标准来选择一个选择
Certificate 秒。
|
CertStore
从存储库检索
Certificate s和
CRL s的类。
|
CertStoreException
一个例外,指出从CertStore检索证书和CRL的各种问题
CertStore 。
|
CertStoreParameters
规格为
CertStore 参数。
|
CertStoreSpi
CertStore 类的 ( SPI )。
|
CRL
该类是具有不同格式但重要常见用途的证书吊销列表(CRL)的抽象。
|
CRLException
CRL(证书撤销列表)异常。
|
CRLReason
所述CRLReason枚举指定的证书已被撤消,如在所限定的理由
RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile 。
|
CRLSelector
它定义了一组标准来选择一个选择
CRL 秒。
|
Extension
此接口表示X.509扩展。
|
PKIXCertPathChecker
对
X509Certificate 执行一个或多个检查的抽象类。
|
PKIXCertPathValidatorResult
该类代表PKIX认证路径验证算法的成功结果。
|
PKIXParameters
参数用作PKIX
CertPathValidator 算法的输入。
|
PKIXReason
PKIXReason 列举了根据PKIX(RFC 3280)标准,X.509认证路径可能无效的潜在PKIX特定原因。
|
PKIXRevocationChecker
A
PKIXCertPathChecker 用于使用PKIX算法检查证书的撤销状态。
|
PKIXRevocationChecker.Option
可以为吊销检查机制指定的各种撤销选项。
|
PolicyNode
由PKIX认证路径验证算法定义的不可变的有效策略树节点。
|
PolicyQualifierInfo
由ASN.1 PolicyQualifierInfo结构表示的不可变策略限定符。
|
TrustAnchor
信任锚或最受信任的证书颁发机构(CA)。
|
X509Certificate
X.509证书的抽象类。
|
X509CRLEntry
CRL(证书撤销列表)中撤销证书的抽象类。
|
X509Extension
X509扩展接口。
|
Class and Description |
---|
Certificate
用于管理各种身份证件的抽象类。
|
Class and Description |
---|
Certificate
用于管理各种身份证件的抽象类。
|
Class and Description |
---|
Certificate
用于管理各种身份证件的抽象类。
|
CertificateException
此异常表示各种证书问题之一。
|
CertPathParameters
认证路径算法参数的规范。
|
X509Certificate
X.509证书的抽象类。
|
Class and Description |
---|
X509Certificate
Abstract class for X.509 certificates.
|
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.