org.itr_rescue.dataGuard.encryption.asymmetric
Class KeyPairOrganizer

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

public class KeyPairOrganizer
extends java.lang.Object


Constructor Summary
KeyPairOrganizer()
           
 
Method Summary
 java.security.Key getPrivateKey(java.security.KeyPair k)
           
 java.security.Key getPublicKey(java.security.KeyPair k)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPairOrganizer

public KeyPairOrganizer()
Method Detail

getPublicKey

public java.security.Key getPublicKey(java.security.KeyPair k)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getPrivateKey

public java.security.Key getPrivateKey(java.security.KeyPair k)
                                throws java.lang.Exception
Throws:
java.lang.Exception