インタフェース
java.security.KeyStore.Entry.Attributeの使用
-
java.securityでのKeyStore.Entry.Attributeの使用
修飾子と型メソッド説明KeyStoreSpi.engineGetAttributes
(String alias) 指定された別名に関連付けられた属性を取得します。default Set<KeyStore.Entry.Attribute>
KeyStore.Entry.getAttributes()
エントリに関連付けられている属性を取得します。final Set<KeyStore.Entry.Attribute>
KeyStore.getAttributes
(String alias) 指定された別名に関連付けられた属性を取得します。KeyStore.PrivateKeyEntry.getAttributes()
エントリに関連付けられている属性を取得します。KeyStore.SecretKeyEntry.getAttributes()
エントリに関連付けられている属性を取得します。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
を構築します。