Uses of Class
org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod
-
-
Uses of XMLSecurityConstants.TransformMethod in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecurityConstants.TransformMethod Modifier and Type Method Description XMLSecurityConstants.TransformMethod
Transformer. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
static XMLSecurityConstants.TransformMethod
XMLSecurityConstants.TransformMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XMLSecurityConstants.TransformMethod[]
XMLSecurityConstants.TransformMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecurityConstants.TransformMethod Modifier and Type Method Description XMLSecurityConstants.TransformMethod
Transformer. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
-
Uses of XMLSecurityConstants.TransformMethod in org.apache.xml.security.stax.impl.transformer
Methods in org.apache.xml.security.stax.impl.transformer that return XMLSecurityConstants.TransformMethod Modifier and Type Method Description XMLSecurityConstants.TransformMethod
TransformBase64Decode. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
XMLSecurityConstants.TransformMethod
TransformEnvelopedSignature. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
XMLSecurityConstants.TransformMethod
TransformIdentity. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
Methods in org.apache.xml.security.stax.impl.transformer with parameters of type XMLSecurityConstants.TransformMethod Modifier and Type Method Description XMLSecurityConstants.TransformMethod
TransformBase64Decode. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
XMLSecurityConstants.TransformMethod
TransformEnvelopedSignature. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
XMLSecurityConstants.TransformMethod
TransformIdentity. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
-
Uses of XMLSecurityConstants.TransformMethod in org.apache.xml.security.stax.impl.transformer.canonicalizer
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer that return XMLSecurityConstants.TransformMethod Modifier and Type Method Description XMLSecurityConstants.TransformMethod
CanonicalizerBase. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer with parameters of type XMLSecurityConstants.TransformMethod Modifier and Type Method Description XMLSecurityConstants.TransformMethod
CanonicalizerBase. getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
-