Class Des2SecretKey

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

public class Des2SecretKey
extends SecretKey

Hold double-length DES (Data Encryption Standard, as defined in FIPS PUB 46-2) keys.


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

Des2SecretKey

public Des2SecretKey()