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 SignedInfoTypeSignatureType. signedInfoMethods in org.w3.xmldsig that return SignedInfoType Modifier and Type Method Description 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 jakarta.xml.bind.JAXBElement<SignedInfoType>ObjectFactory. createSignedInfo(SignedInfoType value)Methods in org.w3.xmldsig with parameters of type SignedInfoType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SignedInfoType>ObjectFactory. createSignedInfo(SignedInfoType value)voidSignatureType. setSignedInfo(SignedInfoType value)Sets the value of the signedInfo property.
-