Smutty_Object
|
+--Smutty_GPG_ValidSignature
public class Smutty_GPG_ValidSignature
extends Smutty_Object
| Constructor Summary | |
|---|---|
Smutty_GPG_ValidSignature(array results) constructor. |
|
| Method Summary | |
|---|---|
| String | getKeyId() returns the keys id |
| String | getName() returns the name associated with the sig |
| String | getText() returns the complete text of the verify result |
public Smutty_GPG_ValidSignature(array results)
constructor. the input should be an array of lines which are the output of a successful attempt to verify a pgp sig.
public String getKeyId()
returns the keys id
public String getName()
returns the name associated with the sig
public String getText()
returns the complete text of the verify result
represents a valid GPG signature, provides a few methods for extracting information about the sig.
/