Class Cast128SecretKey

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

public class Cast128SecretKey
extends SecretKey

Hold CAST128 (Entrust Technologie's symmetric blocj chiper), also known as CAST5, secret keys.


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

Cast128SecretKey

public Cast128SecretKey()