Uses of Interface
javax.xml.crypto.dsig.spec.C14NMethodParameterSpec
Packages that use C14NMethodParameterSpec
Package
Description
Classes for generating and validating XML digital
signatures.
Parameter classes for XML digital signatures.
- 
Uses of C14NMethodParameterSpec in javax.xml.crypto.dsigMethods in javax.xml.crypto.dsig with parameters of type C14NMethodParameterSpecModifier and TypeMethodDescriptionabstract CanonicalizationMethodXMLSignatureFactory.newCanonicalizationMethod(String algorithm, C14NMethodParameterSpec params) Creates aCanonicalizationMethodfor the specified algorithm URI and parameters.
- 
Uses of C14NMethodParameterSpec in javax.xml.crypto.dsig.specClasses in javax.xml.crypto.dsig.spec that implement C14NMethodParameterSpecModifier and TypeClassDescriptionfinal classParameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm.