软件包 | 描述 |
---|---|
java.security.cert |
提供用于解析和管理证书的类和接口,证书撤销列表(CRL),认证路径。
|
Modifier and Type | Method and Description |
---|---|
List<String> |
X509Certificate.getExtendedKeyUsage()
获取表示的扩展密钥使用扩展的
ExtKeyUsageSyntax 领域对象标识符字符串的一个不可修改的列表,(OID = 2.5.29.37)。
|
Collection<List<?>> |
X509Certificate.getIssuerAlternativeNames()
有一个不变的发行人选择的名字从
IssuerAltName 延期收藏(OID = 2.5.29.18)。
|
Collection<List<?>> |
X509Certificate.getSubjectAlternativeNames()
有一个永恒不变的主题选择的名字从
SubjectAltName 延期收藏(OID = 2.5.29.17)。
|
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.