Class Des3SecretKey

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

public class Des3SecretKey
extends SecretKey

Hold triple-length DES (Data Encryption Standard, as defined in FIPS PUB 46-2) secret key.


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

Des3SecretKey

public Des3SecretKey()