inescID.revs.util
Class IdKey

java.lang.Object
  extended byinescID.revs.util.IdKey
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
(package private)  int id
           
(package private)  java.security.Key key
           
 
Constructor Summary
IdKey(int id, java.security.Key key)
           
 
Method Summary
 int getId()
           
 java.security.Key getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

int id

key

java.security.Key key
Constructor Detail

IdKey

public IdKey(int id,
             java.security.Key key)
Method Detail

getId

public int getId()

getKey

public java.security.Key getKey()