psman.data
Class PublicKey

java.lang.Object
  |
  +--psman.data.Key
        |
        +--psman.data.PublicKey

public final class PublicKey
extends Key

The object containing a public key.

Version:
$Id: PublicKey.java,v 1.3 2003/11/04 08:22:54 tk4 Exp $
Author:
Martin Godisch, Thomas Kriegelstein

Field Summary
 
Fields inherited from class psman.data.Key
id, value
 
Constructor Summary
PublicKey(byte[] id, byte[] value)
          Constructor.
 
Method Summary
static byte[] computeID(byte[] value)
           
 
Methods inherited from class psman.data.Key
equals, equals, getEncoded, getID, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicKey

public PublicKey(byte[] id,
                 byte[] value)
Constructor.

Parameters:
id - the database ID of this public key
value - the value of this public key
Method Detail

computeID

public static byte[] computeID(byte[] value)


Copyright © 2003 DRIM Team. All Rights Reserved.