Uses of Class
org.w3.xmldsig.SignatureMethodType
-
Packages that use SignatureMethodType Package Description org.w3.xmldsig -
-
Uses of SignatureMethodType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as SignatureMethodType Modifier and Type Field Description protected SignatureMethodTypeSignatureMethodType.Builder. _storedValueprotected SignatureMethodTypeSignedInfoType. signatureMethodMethods in org.w3.xmldsig with type parameters of type SignatureMethodType Modifier and Type Method Description protected <_P extends SignatureMethodType>
_PSignatureMethodType.Builder. init(_P _product)Methods in org.w3.xmldsig that return SignatureMethodType Modifier and Type Method Description SignatureMethodTypeSignatureMethodType.Builder. build()SignatureMethodTypeObjectFactory. createSignatureMethodType()Create an instance ofSignatureMethodTypeSignatureMethodTypeSignedInfoType. getSignatureMethod()Gets the value of the signatureMethod property.Methods in org.w3.xmldsig that return types with arguments of type SignatureMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureMethodType>ObjectFactory. createSignatureMethod(SignatureMethodType value)Methods in org.w3.xmldsig with parameters of type SignatureMethodType Modifier and Type Method Description static SignatureMethodType.Builder<Void>SignatureMethodType. copyExcept(SignatureMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)SignatureMethodType.Builder<_B>SignatureMethodType.Builder. copyOf(SignatureMethodType _other)static <_B> SignatureMethodType.Builder<_B>SignatureMethodType. copyOf(SignatureMethodType _other)static <_B> SignatureMethodType.Builder<_B>SignatureMethodType. copyOf(SignatureMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static SignatureMethodType.Builder<Void>SignatureMethodType. copyOnly(SignatureMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<SignatureMethodType>ObjectFactory. createSignatureMethod(SignatureMethodType value)voidSignedInfoType. setSignatureMethod(SignatureMethodType value)Sets the value of the signatureMethod property.SignedInfoType.Builder<_B>SignedInfoType.Builder. withSignatureMethod(SignatureMethodType signatureMethod)Sets the new value of "signatureMethod" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type SignatureMethodType Constructor Description Builder(_B _parentBuilder, SignatureMethodType _other, boolean _copy)Builder(_B _parentBuilder, SignatureMethodType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-