Searched refs:getAttributeId (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10Attributes.java67 map.put(attrs[i].getAttributeId().toString(), attrs[i]);
85 map.put(attr.getAttributeId().toString(), attr);
185 key = otherAttr.getAttributeId().toString();
H A DPKCS10Attribute.java118 public ObjectIdentifier getAttributeId() { method in class:PKCS10Attribute
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java938 return Functions.getAttributeId(name);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java435 public static long getAttributeId(String name) { method in class:Functions
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java1229 if (attr.getAttributeId().equals(PKCS9Attribute.EXTENSION_REQUEST_OID)) {
2204 ObjectIdentifier oid = attr.getAttributeId();
2211 out.println(attr.getAttributeId());

Completed in 61 milliseconds