be.fedict.eid.applet.service.signer.ooxml
Class OOXMLSignatureVerifier

java.lang.Object
  extended by be.fedict.eid.applet.service.signer.ooxml.OOXMLSignatureVerifier

public class OOXMLSignatureVerifier
extends Object

Signature verifier util class for Office Open XML file format.

Author:
Frank Cornelis

Method Summary
static List<X509Certificate> getSigners(URL url)
           
static boolean isOOXML(URL url)
          Checks whether the file referred by the given URL is an OOXML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isOOXML

public static boolean isOOXML(URL url)
                       throws IOException
Checks whether the file referred by the given URL is an OOXML document.

Parameters:
url -
Returns:
Throws:
IOException

getSigners

public static List<X509Certificate> getSigners(URL url)
                                        throws IOException,
                                               ParserConfigurationException,
                                               SAXException,
                                               TransformerException,
                                               MarshalException,
                                               XMLSignatureException
Throws:
IOException
ParserConfigurationException
SAXException
TransformerException
MarshalException
XMLSignatureException


Copyright © 2008-2010 FedICT. All Rights Reserved.