Class Rc5SecretKey

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

public class Rc5SecretKey
extends SecretKey

Hold RC5 (RCA Data Security's RC5 symmetric block cipher) secrets key.


Constructor Summary
Rc5SecretKey()
           
 
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

Rc5SecretKey

public Rc5SecretKey()