Searched defs:attributeId (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10Attribute.java58 protected ObjectIdentifier attributeId = null; field in class:PKCS10Attribute
73 this.attributeId = attr.getOID();
81 * @param attributeId the ObjectIdentifier of the attribute.
85 public PKCS10Attribute(ObjectIdentifier attributeId, argument
87 this.attributeId = attributeId;
97 this.attributeId = attr.getOID();
111 PKCS9Attribute attr = new PKCS9Attribute(attributeId, attributeValue);
119 return (attributeId);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DQualifiedName.java41 public int attributeId; field in class:QualifiedName
296 attributeId = localNameIndex | (namespaceNameIndex << 20);

Completed in 40 milliseconds