inescID.crypto
Class MixCipherEnvelope

java.lang.Object
  extended byinescID.crypto.MixCipherEnvelope
All Implemented Interfaces:
java.io.Serializable

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

Title: REVS

Description:

Copyright: Copyright (c) 2002

Company Inesc-ID

See Also:
Serialized Form

Field Summary
private  byte[] data
           
private  byte[] key
           
 
Constructor Summary
MixCipherEnvelope(byte[] key, byte[] data)
           
 
Method Summary
 byte[] getData()
           
 byte[] getkey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private byte[] key

data

private byte[] data
Constructor Detail

MixCipherEnvelope

public MixCipherEnvelope(byte[] key,
                         byte[] data)
Method Detail

getData

public byte[] getData()

getkey

public byte[] getkey()