パッケージ | 説明 |
---|---|
java.security |
セキュリティ・フレームワークのクラスとインタフェースを提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
PKCS12Attribute
PKCS12キーストア・エントリに関連付けられた属性。
|
修飾子と型 | メソッドと説明 |
---|---|
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()
エントリに関連付けられている属性を取得します。
|
コンストラクタと説明 |
---|
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 を構築します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.