インタフェース
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
を構築します。