インタフェース
java.security.KeyStore.Entry.Attributeの使用
KeyStore.Entry.Attributeを使用するパッケージ
-
java.securityでのKeyStore.Entry.Attributeの使用
KeyStore.Entry.Attributeを実装しているjava.securityのクラス型KeyStore.Entry.Attributeの引数を持つ型を返すjava.securityのメソッド修飾子と型メソッド説明default Set<KeyStore.Entry.Attribute>KeyStore.Entry.getAttributes()エントリに関連付けられている属性を取得します。KeyStore.PrivateKeyEntry.getAttributes()エントリに関連付けられている属性を取得します。KeyStore.SecretKeyEntry.getAttributes()エントリに関連付けられている属性を取得します。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を構築します。