- get() - Method in interface uk.me.nxg.xoxa.gpg.GPGConnection.Result
-
Obtains the result of the interaction with GPG.
- getAction() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtain the GPG action which this information object is
associated with.
- getContentHandler() - Method in class uk.me.nxg.xoxa.esis.EsisParser
-
- getDTDHandler() - Method in class uk.me.nxg.xoxa.esis.EsisParser
-
- getEntityResolver() - Method in class uk.me.nxg.xoxa.esis.EsisParser
-
- getErrorHandler() - Method in class uk.me.nxg.xoxa.esis.EsisParser
-
- getFeature(String) - Method in class uk.me.nxg.xoxa.esis.EsisParser
-
- getGPGInformation(XMLReader) - Static method in class uk.me.nxg.xoxa.SigningXMLReader
-
Retrieves extra information about the work done by the
SigningXMLReader which is passed as argument.
- getInstance() - Static method in enum uk.me.nxg.xoxa.util.FileMaker
-
- getInstance() - Static method in class uk.me.nxg.xoxa.Version
-
Get the singleton instance of the Version class.
- getKeyFingerprint() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtains the key fingerprint
- getNamedPipe() - Method in enum uk.me.nxg.xoxa.util.FileMaker
-
- getProperty(String) - Method in class uk.me.nxg.xoxa.esis.EsisParser
-
- getSignature() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtain the ASCII-armoured signature.
- getSignature(InputSource) - Method in class uk.me.nxg.xoxa.Signer
-
- getSignatureDate() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtains the date when the signature was made
- getSignatureKeyId() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtain the ID of the key associated with the signature.
- getSignatureName() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtain the name associated with the signature, either the name
of the signature which is being verified, or else the name
associated with the signature which was added.
- getSignatureStatus() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtains information about the validity of the key which was
used to make the signature.
- getStderr() - Method in class uk.me.nxg.xoxa.gpg.GPGConnection
-
Retrieve any error information from the process.
- getStderr() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtains any information which the call to GPG wrote to stderr.
- getValidity() - Method in class uk.me.nxg.xoxa.gpg.GPGInformation
-
Obtain information about the validity of the signature
- getVersion() - Method in class uk.me.nxg.xoxa.Version
-
Provides the package's version identifier as a string.
- getXMLReader(File) - Static method in class uk.me.nxg.xoxa.SigningXMLReader
-
Obtains a new XMLreader which can verify input XML.
- getXMLReader(File, String, String) - Static method in class uk.me.nxg.xoxa.SigningXMLReader
-
Obtains a new XMLReader which can either sign or verify input
XML.
- getXMLReader(File, String, String, XMLReader) - Static method in class uk.me.nxg.xoxa.SigningXMLReader
-
Wraps an existing reader in a SigningXMLReader.
- GPGConnection - Class in uk.me.nxg.xoxa.gpg
-
Manages a connection to a GPG executable.
- GPGConnection() - Constructor for class uk.me.nxg.xoxa.gpg.GPGConnection
-
Create a new GPGConnection, using the default keychain.
- GPGConnection(File) - Constructor for class uk.me.nxg.xoxa.gpg.GPGConnection
-
Create a new GPGConnection with the gpg home in the given directory.
- GPGConnection.Result<T> - Interface in uk.me.nxg.xoxa.gpg
-
Represents the result of an interaction with GPG
- GPGException - Exception in uk.me.nxg.xoxa.gpg
-
- GPGException(String) - Constructor for exception uk.me.nxg.xoxa.gpg.GPGException
-
- GPGException(String, Throwable) - Constructor for exception uk.me.nxg.xoxa.gpg.GPGException
-
- GPGInformation - Class in uk.me.nxg.xoxa.gpg
-
Manage the status information returned by GPG.
- GPGInformation.Action - Enum in uk.me.nxg.xoxa.gpg
-
Indicates the various actions that the GPG processor can perform
- GPGInformation.KeyStatus - Enum in uk.me.nxg.xoxa.gpg
-
Indicates the various status that a key can have.
- GPGInformation.Validity - Enum in uk.me.nxg.xoxa.gpg
-
Indicates different levels of GPG signature validity.
- GPGSigner - Class in uk.me.nxg.xoxa.gpg
-
Handles the signing of files
- GPGSigner() - Constructor for class uk.me.nxg.xoxa.gpg.GPGSigner
-
- GPGSigner(File) - Constructor for class uk.me.nxg.xoxa.gpg.GPGSigner
-
Creates a new signer, indicating where GPG should find the needed keys
- GPGVerifier - Class in uk.me.nxg.xoxa.gpg
-
Verifies signatures
- GPGVerifier() - Constructor for class uk.me.nxg.xoxa.gpg.GPGVerifier
-
- GPGVerifier(File) - Constructor for class uk.me.nxg.xoxa.gpg.GPGVerifier
-
Creates a new verifier, indicating where GPG should find the needed keys
- valueOf(String) - Static method in enum uk.me.nxg.xoxa.gpg.GPGInformation.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.me.nxg.xoxa.gpg.GPGInformation.KeyStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.me.nxg.xoxa.gpg.GPGInformation.Validity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.me.nxg.xoxa.util.FileMaker
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum uk.me.nxg.xoxa.gpg.GPGInformation.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.me.nxg.xoxa.gpg.GPGInformation.KeyStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.me.nxg.xoxa.gpg.GPGInformation.Validity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.me.nxg.xoxa.util.FileMaker
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(File, File) - Method in class uk.me.nxg.xoxa.gpg.GPGVerifier
-
Verifies a document against a detached signature
- verifyDetails(File, String) - Method in class uk.me.nxg.xoxa.gpg.GPGVerifier
-
Verifies a document against a detached signature.
- verifyDetails(File, File) - Method in class uk.me.nxg.xoxa.gpg.GPGVerifier
-
Verifies a document against a detached signature.
- Version - Class in uk.me.nxg.xoxa
-
Manages version information.