HDIV API 2.0.4

org.hdiv.cipher
Class Key

java.lang.Object
  extended by org.hdiv.cipher.Key
All Implemented Interfaces:
java.io.Serializable

public class Key
extends java.lang.Object
implements java.io.Serializable

Stored Session related data in the cipher section

Author:
Roberto Velasco
See Also:
Serialized Form

Constructor Summary
Key()
           
 
Method Summary
 byte[] getInitVector()
           
 javax.crypto.spec.SecretKeySpec getKey()
           
 void setInitVector(byte[] initVector)
           
 void setKey(javax.crypto.spec.SecretKeySpec key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Key

public Key()
Method Detail

getInitVector

public byte[] getInitVector()

setInitVector

public void setInitVector(byte[] initVector)

getKey

public javax.crypto.spec.SecretKeySpec getKey()

setKey

public void setKey(javax.crypto.spec.SecretKeySpec key)

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.