Package | Description |
---|---|
uk.me.nxg.xoxa |
Provides facilities for signing, verifying, and before that
normalising, XML
|
uk.me.nxg.xoxa.gpg |
Handles the interaction with the GPG program.
|
Modifier and Type | Method and Description |
---|---|
static GPGInformation |
SigningXMLReader.getGPGInformation(XMLReader r)
Retrieves extra information about the work done by the
SigningXMLReader which is passed as argument.
|
Modifier and Type | Method and Description |
---|---|
GPGInformation |
GPGSigner.sign(File inputFile,
String identity,
String passphrase)
Signs the input file.
|
GPGInformation |
GPGVerifier.verifyDetails(File documentFile,
File signatureFile)
Verifies a document against a detached signature.
|
GPGInformation |
GPGVerifier.verifyDetails(File documentFile,
String signature)
Verifies a document against a detached signature.
|
Modifier and Type | Method and Description |
---|---|
GPGConnection.Result<GPGInformation> |
GPGSigner.startSigning(File inputFile,
String identity,
String passphrase) |
Copyright © 2014. All rights reserved.