Smutty


Smutty.Smutty_GPG_ValidSignature

Class Smutty_GPG_ValidSignature

Smutty_Object
|
+--Smutty_GPG_ValidSignature

public class Smutty_GPG_ValidSignature
extends Smutty_Object

represents a valid GPG signature, provides a few methods for extracting information about the sig.

/


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

Constructor Detail

Smutty_GPG_ValidSignature

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.

Parameters:
results - array of strings

Method Detail

getKeyId

public String getKeyId()

returns the keys id

Returns:
key id
Go to code

getName

public String getName()

returns the name associated with the sig

Returns:
user name
Go to code

getText

public String getText()

returns the complete text of the verify result

Returns:
message text
Go to code

Smutty