Searched refs:getAlgorithmURI (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DEncodingAlgorithmAttributes.java64 public String getAlgorithmURI(int index); method in interface:EncodingAlgorithmAttributes
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DAlgorithm.java63 * Method getAlgorithmURI
67 public String getAlgorithmURI() { method in class:Algorithm
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java367 _data[index++] = atts.getAlgorithmURI(i);
495 public final String getAlgorithmURI(int index) { method in class:EncodingAlgorithmAttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java193 public final String getAlgorithmURI(int index) { method in class:AttributesHolder
H A DSAXDocumentSerializerWithPrefixMapping.java183 encodeNonIdentifyingStringOnFirstBit(eAtts.getAlgorithmURI(i),
H A DSAXDocumentSerializer.java547 encodeNonIdentifyingStringOnFirstBit(eAtts.getAlgorithmURI(i),
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignature.java636 log.log(java.util.logging.Level.FINE, "SignatureMethodURI = " + sa.getAlgorithmURI());

Completed in 34 milliseconds