org.cagrid.gaards.cds.service
Class WrappedKey

java.lang.Object
  extended by org.cagrid.gaards.cds.service.WrappedKey

public class WrappedKey
extends java.lang.Object


Constructor Summary
WrappedKey(byte[] wrappedKeyData, byte[] iv)
           
 
Method Summary
 byte[] getIV()
           
 byte[] getWrappedKeyData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedKey

public WrappedKey(byte[] wrappedKeyData,
                  byte[] iv)
Method Detail

getWrappedKeyData

public byte[] getWrappedKeyData()

getIV

public byte[] getIV()