cryptix.pgp
Class 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-1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.2 $

Since:
Cryptix 2.2 or earlier
Author:
Ian Brown

Fields inherited from class cryptix.util.ByteArray
data
 
Constructor Summary
KeyID(byte[] id)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cryptix.util.ByteArray
equals, getData, hashCode, length, theSame, toByteArray
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyID

public KeyID(byte[] id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ByteArray