Searched refs:_ATT_ALGORITHM (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DAlgorithm.java68 return this._constructionElement.getAttributeNS(null, Constants._ATT_ALGORITHM);
79 this._constructionElement.setAttributeNS(null, Constants._ATT_ALGORITHM,
H A DSignatureAlgorithm.java313 return _constructionElement.getAttributeNS(null, Constants._ATT_ALGORITHM);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DEncryptionConstants.java36 public static final String _ATT_ALGORITHM = Constants._ATT_ALGORITHM; field in class:EncryptionConstants
H A DConstants.java67 public static final String _ATT_ALGORITHM = "Algorithm"; field in class:Constants
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java112 c14nMethod.setAttributeNS(null, Constants._ATT_ALGORITHM,
307 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM);
320 return signatureElement.getAttributeNS(null, Constants._ATT_ALGORITHM);
366 String c14nMethodURI = c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM);
H A DReference.java248 Constants._ATT_ALGORITHM);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java149 String algorithmURI = element.getAttributeNS(null, Constants._ATT_ALGORITHM);
152 Object exArgs[] = { Constants._ATT_ALGORITHM, Constants._TAG_TRANSFORM };
266 return this._constructionElement.getAttributeNS(null, Constants._ATT_ALGORITHM);
332 this._constructionElement.setAttributeNS(null, Constants._ATT_ALGORITHM, algorithmURI);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java2157 EncryptionConstants._ATT_ALGORITHM);
2518 null, EncryptionConstants._ATT_ALGORITHM);
2874 null, EncryptionConstants._ATT_ALGORITHM, algorithmURI);
3551 result.setAttributeNS(null, EncryptionConstants._ATT_ALGORITHM,

Completed in 1299 milliseconds