Searched refs:permittedAttributes (Results 1 – 2 of 2) sorted by relevance
52 private final Hashtable<ObjectIdentifier, ObjectIdentifier> permittedAttributes; field in PKCS9Attributes84 public PKCS9Attributes(ObjectIdentifier[] permittedAttributes, in PKCS9Attributes() argument86 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 …]
33 sun.security.util.ObjectIdentifier[] permittedAttributes, in PKCS9Attributes() argument123 permittedAttributes; field in PKCS9Attributes126 permittedAttributes = null;