Uses of Class
org.w3.xmldsig.SignedInfoType
-
Packages that use SignedInfoType Package Description org.w3.xmldsig -
-
Uses of SignedInfoType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as SignedInfoType Modifier and Type Field Description protected SignedInfoTypeSignedInfoType.Builder. _storedValueprotected SignedInfoTypeSignatureType. signedInfoMethods in org.w3.xmldsig with type parameters of type SignedInfoType Modifier and Type Method Description protected <_P extends SignedInfoType>
_PSignedInfoType.Builder. init(_P _product)Methods in org.w3.xmldsig that return SignedInfoType Modifier and Type Method Description SignedInfoTypeSignedInfoType.Builder. build()SignedInfoTypeObjectFactory. createSignedInfoType()Create an instance ofSignedInfoTypeSignedInfoTypeSignatureType. getSignedInfo()Gets the value of the signedInfo property.Methods in org.w3.xmldsig that return types with arguments of type SignedInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignedInfoType>ObjectFactory. createSignedInfo(SignedInfoType value)Methods in org.w3.xmldsig with parameters of type SignedInfoType Modifier and Type Method Description static SignedInfoType.Builder<Void>SignedInfoType. copyExcept(SignedInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)SignedInfoType.Builder<_B>SignedInfoType.Builder. copyOf(SignedInfoType _other)static <_B> SignedInfoType.Builder<_B>SignedInfoType. copyOf(SignedInfoType _other)static <_B> SignedInfoType.Builder<_B>SignedInfoType. copyOf(SignedInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static SignedInfoType.Builder<Void>SignedInfoType. copyOnly(SignedInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<SignedInfoType>ObjectFactory. createSignedInfo(SignedInfoType value)voidSignatureType. setSignedInfo(SignedInfoType value)Sets the value of the signedInfo property.SignatureType.Builder<_B>SignatureType.Builder. withSignedInfo(SignedInfoType signedInfo)Sets the new value of "signedInfo" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type SignedInfoType Constructor Description Builder(_B _parentBuilder, SignedInfoType _other, boolean _copy)Builder(_B _parentBuilder, SignedInfoType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-