Uses of Class
org.apache.xml.security.binding.xmldsig.SignedInfoType
-
Packages that use SignedInfoType Package Description org.apache.xml.security.binding.xmldsig -
-
Uses of SignedInfoType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig declared as SignedInfoType Modifier and Type Field Description protected SignedInfoType
SignatureType. signedInfo
Methods in org.apache.xml.security.binding.xmldsig that return SignedInfoType Modifier and Type Method Description SignedInfoType
ObjectFactory. createSignedInfoType()
Create an instance ofSignedInfoType
SignedInfoType
SignatureType. getSignedInfo()
Gets the value of the signedInfo property.Methods in org.apache.xml.security.binding.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.apache.xml.security.binding.xmldsig with parameters of type SignedInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignedInfoType>
ObjectFactory. createSignedInfo(SignedInfoType value)
void
SignatureType. setSignedInfo(SignedInfoType value)
Sets the value of the signedInfo property.
-