Uses of Class
org.w3.xmldsig.SignatureValueType
-
Packages that use SignatureValueType Package Description org.w3.xmldsig -
-
Uses of SignatureValueType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as SignatureValueType Modifier and Type Field Description protected SignatureValueTypeSignatureValueType.Builder. _storedValueprotected SignatureValueTypeSignatureType. signatureValueMethods in org.w3.xmldsig with type parameters of type SignatureValueType Modifier and Type Method Description protected <_P extends SignatureValueType>
_PSignatureValueType.Builder. init(_P _product)Methods in org.w3.xmldsig that return SignatureValueType Modifier and Type Method Description SignatureValueTypeSignatureValueType.Builder. build()SignatureValueTypeObjectFactory. createSignatureValueType()Create an instance ofSignatureValueTypeSignatureValueTypeSignatureType. getSignatureValue()Gets the value of the signatureValue property.Methods in org.w3.xmldsig that return types with arguments of type SignatureValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureValueType>ObjectFactory. createSignatureValue(SignatureValueType value)Methods in org.w3.xmldsig with parameters of type SignatureValueType Modifier and Type Method Description static SignatureValueType.Builder<Void>SignatureValueType. copyExcept(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)SignatureValueType.Builder<_B>SignatureValueType.Builder. copyOf(SignatureValueType _other)static <_B> SignatureValueType.Builder<_B>SignatureValueType. copyOf(SignatureValueType _other)static <_B> SignatureValueType.Builder<_B>SignatureValueType. copyOf(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static SignatureValueType.Builder<Void>SignatureValueType. copyOnly(SignatureValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<SignatureValueType>ObjectFactory. createSignatureValue(SignatureValueType value)voidSignatureType. setSignatureValue(SignatureValueType value)Sets the value of the signatureValue property.SignatureType.Builder<_B>SignatureType.Builder. withSignatureValue(SignatureValueType signatureValue)Sets the new value of "signatureValue" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type SignatureValueType Constructor Description Builder(_B _parentBuilder, SignatureValueType _other, boolean _copy)Builder(_B _parentBuilder, SignatureValueType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-