Searched refs:attributeId (Results 1 - 6 of 6) 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);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java802 long attributeId = decodeAttributeName(attributeName);
805 attributes.add(decodeAttributeValue(attributeId, attributeValue));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java792 _duplicateAttributeVerifier.checkForDuplicateAttribute(name.attributeHash, name.attributeId);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java1323 _duplicateAttributeVerifier.checkForDuplicateAttribute(name.attributeHash, name.attributeId);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java1341 _duplicateAttributeVerifier.checkForDuplicateAttribute(name.attributeHash, name.attributeId);

Completed in 79 milliseconds