软件包 | 描述 |
---|---|
java.security.cert |
提供用于解析和管理证书的类和接口,证书撤销列表(CRL),认证路径。
|
Modifier and Type | Method and Description |
---|---|
abstract CRL |
CertificateFactorySpi.engineGenerateCRL(InputStream inStream)
生成一个证书撤销列表(CRL)对象并将它初始化和数据从输入流中读取
inStream 。
|
abstract Collection<? extends CRL> |
CertificateFactorySpi.engineGenerateCRLs(InputStream inStream)
返回一个(可能为空)从给定的输入流读取的CRL
inStream 集合视图。
|
CRL |
CertificateFactory.generateCRL(InputStream inStream)
生成一个证书撤销列表(CRL)对象并将它初始化和数据从输入流中读取
inStream 。
|
Collection<? extends CRL> |
CertificateFactory.generateCRLs(InputStream inStream)
返回一个(可能为空)从给定的输入流读取的CRL
inStream 集合视图。
|
abstract byte[] |
X509CRL.getEncoded()
返回ASN.1 DER编码这个CRL表1。
|
abstract byte[] |
X509CRLEntry.getEncoded()
返回ASN.1 DER编码这1条目形式,即内序列。
|
abstract byte[] |
X509CRL.getTBSCertList()
得到的DER编码CRL信息,从这个CRL的
tbsCertList 。
|
abstract void |
X509CRL.verify(PublicKey key)
验证这个CRL签署使用对应于给定的公钥私钥。
|
void |
X509CRL.verify(PublicKey key, Provider sigProvider)
验证这个CRL签署使用对应于给定的公钥私钥。
|
abstract void |
X509CRL.verify(PublicKey key, String sigProvider)
验证这个CRL签署使用对应于给定的公钥私钥。
|
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.