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.
-
data
-
-
UserId(DataInput, int)
-
-
UserId(String)
-
-
getDefaultLengthSpecifier()
-
-
getType()
-
-
read(DataInput, int)
-
-
toString()
-
-
write(DataOutput)
-
data
protected String data
UserId
public UserId(String data_)
UserId
public UserId(DataInput in,
int length) throws IOException
read
public void read(DataInput in,
int length) throws IOException
- Overrides:
- read in class Packet
write
public int write(DataOutput out) throws IOException
- Overrides:
- write in class Packet
toString
public String toString()
- Overrides:
- toString in class Object
getType
public int getType()
- Overrides:
- getType in class Packet
getDefaultLengthSpecifier
public int getDefaultLengthSpecifier()
- Overrides:
- getDefaultLengthSpecifier in class Packet
All Packages Class Hierarchy This Package Previous Next Index