org.itr_rescue.dataGuard.encryption.asymmetric
Class GenerateKey

java.lang.Object
  extended by org.itr_rescue.dataGuard.encryption.asymmetric.GenerateKey

public class GenerateKey
extends java.lang.Object


Constructor Summary
GenerateKey(java.lang.String password)
           
 
Method Summary
 javax.crypto.SecretKey getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateKey

public GenerateKey(java.lang.String password)
Method Detail

getKey

public javax.crypto.SecretKey getKey()