Home
last modified time | relevance | path

Searched refs:permittedAttributes (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attributes.java52 private final Hashtable<ObjectIdentifier, ObjectIdentifier> permittedAttributes; field in PKCS9Attributes
84 public PKCS9Attributes(ObjectIdentifier[] permittedAttributes, in PKCS9Attributes() argument
86 if (permittedAttributes != null) { in PKCS9Attributes()
87 this.permittedAttributes = in PKCS9Attributes()
88 new Hashtable<>(permittedAttributes.length); in PKCS9Attributes()
90 for (int i = 0; i < permittedAttributes.length; i++) in PKCS9Attributes()
91 this.permittedAttributes.put(permittedAttributes[i], in PKCS9Attributes()
92 permittedAttributes[i]); in PKCS9Attributes()
94 this.permittedAttributes = null; in PKCS9Attributes()
140 permittedAttributes = null; in PKCS9Attributes()
[all …]
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS9Attributes.java33 sun.security.util.ObjectIdentifier[] permittedAttributes, in PKCS9Attributes() argument
123 permittedAttributes; field in PKCS9Attributes
126 permittedAttributes = null;