com.ibm.ims.db
Class RSA

java.lang.Object
  |
  +--com.ibm.ims.db.RSA

public class RSA
extends java.lang.Object


Constructor Summary
RSA()
           
 
Method Summary
 byte[] getKey()
          Returns the GSAM record address
 void setKey(byte[] keyFeedbackArea)
          Stores the GSAM record address
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSA

public RSA()
Method Detail

setKey

public void setKey(byte[] keyFeedbackArea)
Stores the GSAM record address
Parameters:
keyFeedbackArea - The byte array containingthe GSAM record address

getKey

public byte[] getKey()
Returns the GSAM record address
Parameters:
keyFeedbackArea - The byte array containingthe GSAM record address


(C) International Business Machines Corporation 2004. All rights reserved.