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 变量和类型 类 描述 classPKCS12Attribute与PKCS12密钥库条目关联的属性。Methods in java.security that return types with arguments of type KeyStore.Entry.Attribute 变量和类型 方法 描述 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 构造器 描述 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点相关条目中的属性。
-