psman.data
Class SecretKey

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

public final class SecretKey
extends Key

The object containing a secret key.

Version:
$Id: SecretKey.java,v 1.2 2003/11/03 16:08:55 tk4 Exp $
Author:
Martin Godisch

Field Summary
 
Fields inherited from class psman.data.Key
id, value
 
Constructor Summary
SecretKey(byte[] id, byte[] value)
          Constructor.
 
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

SecretKey

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

Parameters:
id - the database ID of this secret key
value - the value of this secret key


Copyright © 2003 DRIM Team. All Rights Reserved.