Uses of Class
eu.europa.esig.xmldsig.jaxb.CanonicalizationMethodType
Package | Description |
---|---|
eu.europa.esig.xades.jaxb.xades122 | |
eu.europa.esig.xades.jaxb.xades132 | |
eu.europa.esig.xmldsig.jaxb |
-
Uses of CanonicalizationMethodType in eu.europa.esig.xades.jaxb.xades122
Fields in eu.europa.esig.xades.jaxb.xades122 declared as CanonicalizationMethodType Modifier and Type Field Description protected CanonicalizationMethodType
TimeStampType. canonicalizationMethod
Methods in eu.europa.esig.xades.jaxb.xades122 that return CanonicalizationMethodType Modifier and Type Method Description CanonicalizationMethodType
TimeStampType. getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.Methods in eu.europa.esig.xades.jaxb.xades122 with parameters of type CanonicalizationMethodType Modifier and Type Method Description void
TimeStampType. setCanonicalizationMethod(CanonicalizationMethodType value)
Sets the value of the canonicalizationMethod property. -
Uses of CanonicalizationMethodType in eu.europa.esig.xades.jaxb.xades132
Fields in eu.europa.esig.xades.jaxb.xades132 declared as CanonicalizationMethodType Modifier and Type Field Description protected CanonicalizationMethodType
GenericTimeStampType. canonicalizationMethod
Methods in eu.europa.esig.xades.jaxb.xades132 that return CanonicalizationMethodType Modifier and Type Method Description CanonicalizationMethodType
GenericTimeStampType. getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.Methods in eu.europa.esig.xades.jaxb.xades132 with parameters of type CanonicalizationMethodType Modifier and Type Method Description void
GenericTimeStampType. setCanonicalizationMethod(CanonicalizationMethodType value)
Sets the value of the canonicalizationMethod property. -
Uses of CanonicalizationMethodType in eu.europa.esig.xmldsig.jaxb
Fields in eu.europa.esig.xmldsig.jaxb declared as CanonicalizationMethodType Modifier and Type Field Description protected CanonicalizationMethodType
SignedInfoType. canonicalizationMethod
Methods in eu.europa.esig.xmldsig.jaxb that return CanonicalizationMethodType Modifier and Type Method Description CanonicalizationMethodType
ObjectFactory. createCanonicalizationMethodType()
Create an instance ofCanonicalizationMethodType
CanonicalizationMethodType
SignedInfoType. getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.Methods in eu.europa.esig.xmldsig.jaxb that return types with arguments of type CanonicalizationMethodType Modifier and Type Method Description JAXBElement<CanonicalizationMethodType>
ObjectFactory. createCanonicalizationMethod(CanonicalizationMethodType value)
Methods in eu.europa.esig.xmldsig.jaxb with parameters of type CanonicalizationMethodType Modifier and Type Method Description JAXBElement<CanonicalizationMethodType>
ObjectFactory. createCanonicalizationMethod(CanonicalizationMethodType value)
void
SignedInfoType. setCanonicalizationMethod(CanonicalizationMethodType value)
Sets the value of the canonicalizationMethod property.