Home
last modified time | relevance | path

Searched defs: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
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/devel/xmltooling/xmltooling-3.2.1/xmltooling/signature/impl/
H A DKeyInfoImpl.cpp433 class XMLTOOL_DLLLOCAL TransformsImpl : public virtual Transforms, class
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
/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/encryption/
H A DXMLCipher.java3307 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