be.fedict.eid.applet.service.signer.ooxml
Class OOXMLSignatureVerifier
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2009 FedICT. All Rights Reserved.