|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.nxg.enormity.gpg.GPGInformation
public class GPGInformation
Manage the status information returned by GPG.
Nested Class Summary | |
---|---|
static class |
GPGInformation.Action
Indicates the various actions that the GPG processor can perform |
static class |
GPGInformation.KeyStatus
Indicates the various status that a key can have. |
static class |
GPGInformation.Validity
Indicates different levels of GPG signature validity. |
Method Summary | |
---|---|
GPGInformation.Action |
getAction()
Obtain the GPG action which this information object is associated with. |
String |
getKeyFingerprint()
Obtains the key fingerprint |
String |
getSignature()
Obtain the ASCII-armoured signature. |
Date |
getSignatureDate()
Obtains the date when the signature was made |
String |
getSignatureKeyId()
Obtain the ID of the key associated with the signature. |
String |
getSignatureName()
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. |
GPGInformation.KeyStatus |
getSignatureStatus()
Obtains information about the validity of the key which was used to make the signature. |
String |
getStderr()
Obtains any information which the call to GPG wrote to stderr. |
GPGInformation.Validity |
getValidity()
Obtain information about the validity of the signature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public GPGInformation.Action getAction()
public String getStderr()
public String getSignatureName()
public String getSignatureKeyId()
public GPGInformation.KeyStatus getSignatureStatus()
public String getSignature()
----BEGIN/END PGP
SIGNATURE-----
blocks.
public GPGInformation.Validity getValidity()
public String getKeyFingerprint()
public Date getSignatureDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |