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

Class cryptix.pgp.KeyID

java.lang.Object
   |
   +----cryptix.util.ByteArray
           |
           +----cryptix.pgp.KeyID

public final class KeyID
extends ByteArray
A wrapper around the byte[] key id.

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

Author:
Ian Brown

Constructor Index

 o KeyID(byte[])

Method Index

 o toString()

Constructors

 o KeyID
  public KeyID(byte id[])

Methods

 o toString
  public String toString()
Overrides:
toString in class ByteArray

All Packages  Class Hierarchy  This Package  Previous  Next  Index