Class Rc2SecretKey

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Key
                    |
                    +--SecretKey
                          |
                          +--Rc2SecretKey

public class Rc2SecretKey
extends SecretKey

Key object that hold RC2 secret key object.


Constructor Summary
Rc2SecretKey()
           
 
Methods inherited from class OoctiObject
getAttributeValue, getObjectSize, setAttributeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rc2SecretKey

public Rc2SecretKey()