Cryptix OpenPGP

cryptix.openpgp
Class PGPV3SignatureParameterSpec

java.lang.Object
  extended bycryptix.openpgp.PGPV3SignatureParameterSpec
All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec

public class PGPV3SignatureParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec

Parameters for a V3 OpenPGP Signature

Version:
$Revision: 1.2 $
Author:
Edwin Woudt

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

PGPV3SignatureParameterSpec

public PGPV3SignatureParameterSpec(byte[] issuer,
                                   byte[] time,
                                   byte sigtype)
Constructs a PGPV3SignatureParameterSpec object, given the issuer, creation time and type byte

Method Detail

getIssuer

public byte[] getIssuer()
Returns the issuer key id as a bytearray


getTime

public byte[] getTime()
Returns the creation time as a bytearray


getSigType

public byte getSigType()
Returns the OpenPGP signature type byte


Cryptix OpenPGP

Copyright (C) 1999-2003 The Cryptix Foundation Ltd.