Uses of Interface
java.security.KeyStore.Entry.Attribute
-
Packages that use KeyStore.Entry.Attribute 软件包 描述 java.security 提供安全框架的类和接口。 -
-
Uses of KeyStore.Entry.Attribute in java.security
Classes in java.security that implement KeyStore.Entry.Attribute Modifier and Type Class 描述 class
PKCS12Attribute
与PKCS12密钥库条目关联的属性。Methods in java.security that return types with arguments of type KeyStore.Entry.Attribute Modifier and Type 方法 描述 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()
检索与条目关联的属性。Constructor parameters in java.security with type arguments of type KeyStore.Entry.Attribute Constructor 描述 PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain, Set<KeyStore.Entry.Attribute> attributes)
构造一个PrivateKeyEntry
与一个PrivateKey
和相应的证书链和相关的条目属性。SecretKeyEntry(SecretKey secretKey, Set<KeyStore.Entry.Attribute> attributes)
构造一个SecretKeyEntry
,具有SecretKey
和相关联的条目属性。TrustedCertificateEntry(Certificate trustedCert, Set<KeyStore.Entry.Attribute> attributes)
构造一个TrustedCertificateEntry
与可信Certificate
及相关条目中的属性。
-