|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcryptix.openpgp.PGPV3SignatureParameterSpec
Parameters for a V3 OpenPGP Signature
Constructor Summary | |
PGPV3SignatureParameterSpec(byte[] issuer,
byte[] time,
byte sigtype)
Constructs a PGPV3SignatureParameterSpec object, given the issuer, creation time and type byte |
Method Summary | |
byte[] |
getIssuer()
Returns the issuer key id as a bytearray |
byte |
getSigType()
Returns the OpenPGP signature type byte |
byte[] |
getTime()
Returns the creation time as a bytearray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PGPV3SignatureParameterSpec(byte[] issuer, byte[] time, byte sigtype)
Method Detail |
public byte[] getIssuer()
public byte[] getTime()
public byte getSigType()
|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |