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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DEncryptionConstants.java42 public static final String _ATT_TYPE = Constants._ATT_TYPE; field in class:EncryptionConstants
H A DConstants.java71 public static final String _ATT_TYPE = "Type"; field in class:Constants
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DRetrievalMethod.java85 this._constructionElement.setAttributeNS(null, Constants._ATT_TYPE, Type);
115 return this._constructionElement.getAttributeNS(null, Constants._ATT_TYPE);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java308 this._constructionElement.setAttributeNS(null, Constants._ATT_TYPE,
320 Constants._ATT_TYPE);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java2355 element.getAttributeNS(null, EncryptionConstants._ATT_TYPE));
2444 element.getAttributeNS(null, EncryptionConstants._ATT_TYPE));
3158 null, EncryptionConstants._ATT_TYPE, super.getType());
3293 null, EncryptionConstants._ATT_TYPE, super.getType());

Completed in 308 milliseconds