Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicAlgorithm
Packages that use XmlCryptographicAlgorithm
-
Uses of XmlCryptographicAlgorithm in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlCryptographicAlgorithmModifier and TypeFieldDescriptionprotected XmlCryptographicAlgorithm
XmlCryptographicValidation.algorithm
protected XmlCryptographicAlgorithm
XmlCC.verifiedAlgorithm
Methods in eu.europa.esig.dss.detailedreport.jaxb that return XmlCryptographicAlgorithmModifier and TypeMethodDescriptionObjectFactory.createXmlCryptographicAlgorithm()
Create an instance ofXmlCryptographicAlgorithm
XmlCryptographicValidation.getAlgorithm()
Gets the value of the algorithm property.XmlCC.getVerifiedAlgorithm()
Gets the value of the verifiedAlgorithm property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlCryptographicAlgorithmModifier and TypeMethodDescriptionvoid
XmlCryptographicValidation.setAlgorithm
(XmlCryptographicAlgorithm value) Sets the value of the algorithm property.void
XmlCC.setVerifiedAlgorithm
(XmlCryptographicAlgorithm value) Sets the value of the verifiedAlgorithm property.