Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.SignedInfoType
-
Packages that use SignedInfoType Package Description org.apache.cxf.ws.security.sts.provider.model.xmldsig -
-
Uses of SignedInfoType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
Fields in org.apache.cxf.ws.security.sts.provider.model.xmldsig declared as SignedInfoType Modifier and Type Field Description protected SignedInfoTypeSignatureType. signedInfoMethods in org.apache.cxf.ws.security.sts.provider.model.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.apache.cxf.ws.security.sts.provider.model.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.cxf.ws.security.sts.provider.model.xmldsig with parameters of type SignedInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignedInfoType>ObjectFactory. createSignedInfo(SignedInfoType value)voidSignatureType. setSignedInfo(SignedInfoType value)Sets the value of the signedInfo property.
-