Smutty


Smutty.Smutty_GPG_Key

Class Smutty_GPG_Key

Smutty_Object
|
+--Smutty_GPG_Key

public class Smutty_GPG_Key
extends Smutty_Object

represents a PGP key stored in the keyring

/


Constructor Summary

Smutty_GPG_Key(String pub, String uid, String sub)

constructor.

Method Summary
String

getPub()

returns the pub data

String

getSub()

returns the sub data

String

getUid()

returns the uid data

Constructor Detail

Smutty_GPG_Key

public Smutty_GPG_Key(String pub, String uid, String sub)

constructor.

Parameters:
pub - the pub value
uid - the uid value
sub - the sub value

Method Detail

getPub

public String getPub()

returns the pub data

Returns:
pub data
Go to code

getSub

public String getSub()

returns the sub data

Returns:
sub data
Go to code

getUid

public String getUid()

returns the uid data

Returns:
uid data
Go to code

Smutty