Uses of Class
org.w3.xmldsig.SignaturePropertiesType
-
Packages that use SignaturePropertiesType Package Description org.w3.xmldsig -
-
Uses of SignaturePropertiesType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as SignaturePropertiesType Modifier and Type Field Description protected SignaturePropertiesTypeSignaturePropertiesType.Builder. _storedValueMethods in org.w3.xmldsig with type parameters of type SignaturePropertiesType Modifier and Type Method Description protected <_P extends SignaturePropertiesType>
_PSignaturePropertiesType.Builder. init(_P _product)Methods in org.w3.xmldsig that return SignaturePropertiesType Modifier and Type Method Description SignaturePropertiesTypeSignaturePropertiesType.Builder. build()SignaturePropertiesTypeObjectFactory. createSignaturePropertiesType()Create an instance ofSignaturePropertiesTypeMethods in org.w3.xmldsig that return types with arguments of type SignaturePropertiesType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignaturePropertiesType>ObjectFactory. createSignatureProperties(SignaturePropertiesType value)Methods in org.w3.xmldsig with parameters of type SignaturePropertiesType Modifier and Type Method Description static SignaturePropertiesType.Builder<Void>SignaturePropertiesType. copyExcept(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)SignaturePropertiesType.Builder<_B>SignaturePropertiesType.Builder. copyOf(SignaturePropertiesType _other)static <_B> SignaturePropertiesType.Builder<_B>SignaturePropertiesType. copyOf(SignaturePropertiesType _other)static <_B> SignaturePropertiesType.Builder<_B>SignaturePropertiesType. copyOf(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static SignaturePropertiesType.Builder<Void>SignaturePropertiesType. copyOnly(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<SignaturePropertiesType>ObjectFactory. createSignatureProperties(SignaturePropertiesType value)Constructors in org.w3.xmldsig with parameters of type SignaturePropertiesType Constructor Description Builder(_B _parentBuilder, SignaturePropertiesType _other, boolean _copy)Builder(_B _parentBuilder, SignaturePropertiesType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-