Class Cast3SecretKey

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

public class Cast3SecretKey
extends SecretKey

Hold CAST3 (Entrust Technologie's proprietary symmetric block chiper) secret key objects.


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

Cast3SecretKey

public Cast3SecretKey()