Uses of Class
eu.europa.esig.xmldsig.jaxb.SignedInfoType
Package | Description |
---|---|
eu.europa.esig.xmldsig.jaxb |
-
Uses of SignedInfoType in eu.europa.esig.xmldsig.jaxb
Fields in eu.europa.esig.xmldsig.jaxb declared as SignedInfoType Modifier and Type Field Description protected SignedInfoType
SignatureType. signedInfo
Methods in eu.europa.esig.xmldsig.jaxb 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 eu.europa.esig.xmldsig.jaxb that return types with arguments of type SignedInfoType Modifier and Type Method Description JAXBElement<SignedInfoType>
ObjectFactory. createSignedInfo(SignedInfoType value)
Methods in eu.europa.esig.xmldsig.jaxb with parameters of type SignedInfoType Modifier and Type Method Description JAXBElement<SignedInfoType>
ObjectFactory. createSignedInfo(SignedInfoType value)
void
SignatureType. setSignedInfo(SignedInfoType value)
Sets the value of the signedInfo property.