Class UnsignedXadesParser


  • public class UnsignedXadesParser
    extends java.lang.Object
    Parser to marshall and unmashall unsigned Xades structures. Created by philip on 2017-04-05.
    • Field Detail

      • NAMESPACE

        public static java.lang.String NAMESPACE
      • XADES_V132_XSD_SCHEMA_RESOURCE_LOCATION

        public static final java.lang.String XADES_V132_XSD_SCHEMA_RESOURCE_LOCATION
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnsignedXadesParser

        public UnsignedXadesParser()
    • Method Detail

      • getMarshaller

        protected javax.xml.bind.Marshaller getMarshaller()
                                                   throws javax.xml.bind.JAXBException
        Throws:
        javax.xml.bind.JAXBException
      • getUnmarshaller

        protected javax.xml.bind.Unmarshaller getUnmarshaller()
                                                       throws javax.xml.bind.JAXBException,
                                                              org.xml.sax.SAXException
        Throws:
        javax.xml.bind.JAXBException
        org.xml.sax.SAXException
      • getJAXBContext

        protected javax.xml.bind.JAXBContext getJAXBContext()
                                                     throws javax.xml.bind.JAXBException
        Help method maintaining the JAXB Context.
        Throws:
        javax.xml.bind.JAXBException