Class JuniperSecretKey

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

public class JuniperSecretKey
extends SecretKey

Hold single-length JUNIPER (MISSI's JUNIPER block cipher) secret keys.


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

JuniperSecretKey

public JuniperSecretKey()