|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.signer.odf.ODFSignatureVerifier
public class ODFSignatureVerifier
ODF Signature Verifier.
Method Summary | |
---|---|
static List<X509Certificate> |
getSigners(URL odfUrl)
return list of signers for the document available via the given URL. |
static boolean |
hasOdfSignature(URL odfUrl)
Checks whether the ODF document available via the given URL has been signed. |
static boolean |
isODF(URL url)
Checks whether the document available on the given URL is an ODF document or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean hasOdfSignature(URL odfUrl) throws IOException, ParserConfigurationException, SAXException, org.apache.xml.security.signature.XMLSignatureException, org.apache.xml.security.exceptions.XMLSecurityException, javax.xml.crypto.MarshalException, javax.xml.crypto.dsig.XMLSignatureException
odfUrl
-
IOException
ParserConfigurationException
SAXException
org.apache.xml.security.signature.XMLSignatureException
org.apache.xml.security.exceptions.XMLSecurityException
javax.xml.crypto.MarshalException
javax.xml.crypto.dsig.XMLSignatureException
public static List<X509Certificate> getSigners(URL odfUrl) throws IOException, ParserConfigurationException, SAXException, javax.xml.crypto.MarshalException, javax.xml.crypto.dsig.XMLSignatureException
odfUrl
-
IOException
ParserConfigurationException
SAXException
javax.xml.crypto.MarshalException
javax.xml.crypto.dsig.XMLSignatureException
public static boolean isODF(URL url) throws IOException
url
-
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |