Uses of Interface
org.opensaml.xmlsec.signature.Transforms
-
Packages that use Transforms Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of Transforms in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return Transforms Modifier and Type Method Description Transforms
RetrievalMethod. getTransforms()
Get the Transforms child element.Methods in org.opensaml.xmlsec.signature with parameters of type Transforms Modifier and Type Method Description void
RetrievalMethod. setTransforms(Transforms newTransforms)
Set the Transforms child element.
-