Smutty_Object
|
+--Smutty_GPG_PublicKey
public class Smutty_GPG_PublicKey
extends Smutty_Object
| Constructor Summary | |
|---|---|
Smutty_GPG_PublicKey(array results) constructor. |
|
| Method Summary | |
|---|---|
| String | getKeyId() returns the keys id |
| String | getName() returns name associated with key |
public Smutty_GPG_PublicKey(array results)
constructor. this takes an array of lines that were output by the gpg program when validating the key. they are then parsed to find the key info.
public String getKeyId()
returns the keys id
public String getName()
returns name associated with key
represents a GPG public key
/