Uses of Class
org.w3.xmldsig.CanonicalizationMethodType
-
Packages that use CanonicalizationMethodType Package Description org.w3.xmldsig -
-
Uses of CanonicalizationMethodType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as CanonicalizationMethodType Modifier and Type Field Description protected CanonicalizationMethodTypeCanonicalizationMethodType.Builder. _storedValueprotected CanonicalizationMethodTypeSignedInfoType. canonicalizationMethodMethods in org.w3.xmldsig with type parameters of type CanonicalizationMethodType Modifier and Type Method Description protected <_P extends CanonicalizationMethodType>
_PCanonicalizationMethodType.Builder. init(_P _product)Methods in org.w3.xmldsig that return CanonicalizationMethodType Modifier and Type Method Description CanonicalizationMethodTypeCanonicalizationMethodType.Builder. build()CanonicalizationMethodTypeObjectFactory. createCanonicalizationMethodType()Create an instance ofCanonicalizationMethodTypeCanonicalizationMethodTypeSignedInfoType. getCanonicalizationMethod()Gets the value of the canonicalizationMethod property.Methods in org.w3.xmldsig that return types with arguments of type CanonicalizationMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<CanonicalizationMethodType>ObjectFactory. createCanonicalizationMethod(CanonicalizationMethodType value)Methods in org.w3.xmldsig with parameters of type CanonicalizationMethodType Modifier and Type Method Description static CanonicalizationMethodType.Builder<Void>CanonicalizationMethodType. copyExcept(CanonicalizationMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)CanonicalizationMethodType.Builder<_B>CanonicalizationMethodType.Builder. copyOf(CanonicalizationMethodType _other)static <_B> CanonicalizationMethodType.Builder<_B>CanonicalizationMethodType. copyOf(CanonicalizationMethodType _other)static <_B> CanonicalizationMethodType.Builder<_B>CanonicalizationMethodType. copyOf(CanonicalizationMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static CanonicalizationMethodType.Builder<Void>CanonicalizationMethodType. copyOnly(CanonicalizationMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<CanonicalizationMethodType>ObjectFactory. createCanonicalizationMethod(CanonicalizationMethodType value)voidSignedInfoType. setCanonicalizationMethod(CanonicalizationMethodType value)Sets the value of the canonicalizationMethod property.SignedInfoType.Builder<_B>SignedInfoType.Builder. withCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)Sets the new value of "canonicalizationMethod" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type CanonicalizationMethodType Constructor Description Builder(_B _parentBuilder, CanonicalizationMethodType _other, boolean _copy)Builder(_B _parentBuilder, CanonicalizationMethodType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-