public class GPGInformation extends Object
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
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()
Copyright © 2014. All rights reserved.