Class IdeaSecretKey

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

public class IdeaSecretKey
extends SecretKey

Hold IDEA (Ascom Systec's symmetric block cipher) secret key.


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

IdeaSecretKey

public IdeaSecretKey()