uk.me.nxg.enormity
Class Signer
java.lang.Object
uk.me.nxg.enormity.Signer
public class Signer
- extends Object
A utility class which will extract the GPG signature from an input
source. This is provided as a convenient alternative to doing
essentially the same thing with SigningXMLReader
(this
class may not be needed, and may be in the wrong place, so it may
be changed or moved in future releases)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Signer
public Signer(File gpgHome,
String identity,
String passphrase)
getSignature
public String getSignature(InputSource source)
throws IOException,
SAXException
- Throws:
IOException
SAXException
Copyright © 2012. All Rights Reserved.