インタフェース
java.security.KeyStore.Entry.Attributeの使用
| パッケージ | 説明 |
|---|---|
| java.security |
セキュリティ・フレームワークのクラスとインタフェースを提供します。
|
-
java.securityでのKeyStore.Entry.Attributeの使用
KeyStore.Entry.Attributeを実装しているjava.securityのクラス 修飾子と型 クラス 説明 classPKCS12AttributePKCS12キーストア・エントリに関連付けられた属性。KeyStore.Entry.Attribute型の引数を持つ型を返すjava.securityのメソッド 修飾子と型 メソッド 説明 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()エントリに関連付けられている属性を取得します。KeyStore.Entry.Attribute型の型引数を持つjava.securityのコンストラクタ・パラメータ コンストラクタ 説明 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を構築します。