| 软件包 | 描述 |
|---|---|
| java.security |
为安全框架提供类和接口。
|
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS12Attribute
一个12 keystore项关联的属性。
|
| Modifier and Type | Method and Description |
|---|---|
default Set<KeyStore.Entry.Attribute> |
KeyStore.Entry.getAttributes()
检索与条目关联的属性。
|
Set<KeyStore.Entry.Attribute> |
KeyStore.PrivateKeyEntry.getAttributes()
检索与条目关联的属性。
|
Set<KeyStore.Entry.Attribute> |
KeyStore.SecretKeyEntry.getAttributes()
检索与条目关联的属性。
|
Set<KeyStore.Entry.Attribute> |
KeyStore.TrustedCertificateEntry.getAttributes()
检索与条目关联的属性。
|
| Constructor and Description |
|---|
PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain, Set<KeyStore.Entry.Attribute> attributes)
构建一个与
PrivateKey和相应的证书链
PrivateKeyEntry和相关条目属性。
|
SecretKeyEntry(SecretKey secretKey, Set<KeyStore.Entry.Attribute> attributes)
构建一个与
SecretKey
SecretKeyEntry和相关条目属性。
|
TrustedCertificateEntry(Certificate trustedCert, Set<KeyStore.Entry.Attribute> attributes)
构建了一个可信的
Certificate
TrustedCertificateEntry和相关条目属性。
|
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.