Class cryptix.pgp.UserId
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.UserId

java.lang.Object
   |
   +----cryptix.pgp.Packet
           |
           +----cryptix.pgp.UserId

public final class UserId
extends Packet

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


Variable Index

 o data

Constructor Index

 o UserId(DataInput, int)
 o UserId(String)

Method Index

 o getDefaultLengthSpecifier()
 o getType()
 o read(DataInput, int)
 o toString()
 o write(DataOutput)

Variables

 o data
  protected String data

Constructors

 o UserId
  public UserId(String data_)
 o UserId
  public UserId(DataInput in,
                int length) throws IOException

Methods

 o read
  public void read(DataInput in,
                   int length) throws IOException
Overrides:
read in class Packet
 o write
  public int write(DataOutput out) throws IOException
Overrides:
write in class Packet
 o toString
  public String toString()
Overrides:
toString in class Object
 o getType
  public int getType()
Overrides:
getType in class Packet
 o getDefaultLengthSpecifier
  public int getDefaultLengthSpecifier()
Overrides:
getDefaultLengthSpecifier in class Packet

All Packages  Class Hierarchy  This Package  Previous  Next  Index