Uses of Interface
org.opensaml.xmlsec.signature.Transform
-
Packages that use Transform Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of Transform in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return types with arguments of type Transform Modifier and Type Method Description List<Transform>
Transforms. getTransforms()
Get the list of Transform child elements. -
Uses of Transform in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type Transform Modifier and Type Method Description List<Transform>
Transforms. getTransforms()
Get the list of Transform child elements.
-