Uses of Class
org.w3.xmldsig.DigestMethodType
-
Packages that use DigestMethodType Package Description org.w3.xmldsig -
-
Uses of DigestMethodType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as DigestMethodType Modifier and Type Field Description protected DigestMethodTypeDigestMethodType.Builder. _storedValueprotected DigestMethodTypeReferenceType. digestMethodMethods in org.w3.xmldsig with type parameters of type DigestMethodType Modifier and Type Method Description protected <_P extends DigestMethodType>
_PDigestMethodType.Builder. init(_P _product)Methods in org.w3.xmldsig that return DigestMethodType Modifier and Type Method Description DigestMethodTypeDigestMethodType.Builder. build()DigestMethodTypeObjectFactory. createDigestMethodType()Create an instance ofDigestMethodTypeDigestMethodTypeReferenceType. getDigestMethod()Gets the value of the digestMethod property.Methods in org.w3.xmldsig that return types with arguments of type DigestMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<DigestMethodType>ObjectFactory. createDigestMethod(DigestMethodType value)Methods in org.w3.xmldsig with parameters of type DigestMethodType Modifier and Type Method Description static DigestMethodType.Builder<Void>DigestMethodType. copyExcept(DigestMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)DigestMethodType.Builder<_B>DigestMethodType.Builder. copyOf(DigestMethodType _other)static <_B> DigestMethodType.Builder<_B>DigestMethodType. copyOf(DigestMethodType _other)static <_B> DigestMethodType.Builder<_B>DigestMethodType. copyOf(DigestMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static DigestMethodType.Builder<Void>DigestMethodType. copyOnly(DigestMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<DigestMethodType>ObjectFactory. createDigestMethod(DigestMethodType value)voidReferenceType. setDigestMethod(DigestMethodType value)Sets the value of the digestMethod property.ReferenceType.Builder<_B>ReferenceType.Builder. withDigestMethod(DigestMethodType digestMethod)Sets the new value of "digestMethod" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type DigestMethodType Constructor Description Builder(_B _parentBuilder, DigestMethodType _other, boolean _copy)Builder(_B _parentBuilder, DigestMethodType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-