Home
last modified time | relevance | path

Searched refs:TransformsImpl (Results 1 – 3 of 3) sorted by relevance

/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/encryption/impl/
H A DEncryptionImpl.cpp130 class XMLTOOL_DLLLOCAL TransformsImpl : public virtual Transforms, class
137 virtual ~TransformsImpl() {} in ~TransformsImpl()
139TransformsImpl(const XMLCh* nsURI, const XMLCh* localName, const XMLCh* prefix, const xmltooling::… in TransformsImpl() function in xmlencryption::TransformsImpl
143 TransformsImpl(const TransformsImpl& src) in TransformsImpl() function in xmlencryption::TransformsImpl
/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/encryption/
H A DXMLCipher.java2080 return new TransformsImpl(); in newTransforms()
2088 return new TransformsImpl(doc); in newTransforms()
2153 result.setTransforms(new TransformsImpl(transformsElement)); in newCipherReference()
2681 result.appendChild(((TransformsImpl) referenceTransforms).toElement()); in toElement()
3307 private class TransformsImpl extends org.apache.xml.security.transforms.Transforms class in XMLCipher.Factory
3313 public TransformsImpl() { in TransformsImpl() method in XMLCipher.Factory.TransformsImpl
3321 public TransformsImpl(Document doc) { in TransformsImpl() method in XMLCipher.Factory.TransformsImpl
3341 public TransformsImpl(Element element) in TransformsImpl() method in XMLCipher.Factory.TransformsImpl
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/signature/impl/
H A DKeyInfoImpl.cpp433 class XMLTOOL_DLLLOCAL TransformsImpl : public virtual Transforms, class
440 virtual ~TransformsImpl() {} in ~TransformsImpl()
442TransformsImpl(const XMLCh* nsURI, const XMLCh* localName, const XMLCh* prefix, const xmltooling::… in TransformsImpl() function in xmlsignature::TransformsImpl
446 TransformsImpl(const TransformsImpl& src) in TransformsImpl() function in xmlsignature::TransformsImpl