All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.SignedData

java.lang.Object
   |
   +----cryptix.pgp.SignedData

public final class SignedData
extends Object
Represents a signature, together with the data that has been signed.

Copyright © 1995-1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $

Author:
unattributed

Variable Index

 o data
 o signature

Constructor Index

 o SignedData(byte[], Signature)

Method Index

 o dataAsByteArrayInputStream()
 o dataAsString()
 o getKeyId()
 o keyId()
 o verify(PublicKey)

Variables

 o data
 public byte data[]
 o signature
 public Signature signature

Constructors

 o SignedData
 public SignedData(byte data[],
                   Signature sig)

Methods

 o dataAsByteArrayInputStream
 public ByteArrayInputStream dataAsByteArrayInputStream()
 o dataAsString
 public String dataAsString()
 o getKeyId
 public KeyID getKeyId()
 o keyId
 public byte[] keyId()
 o verify
 public boolean verify(PublicKey key)

All Packages  Class Hierarchy  This Package  Previous  Next  Index