base.jdbs.cryptography.asymmetric
Class RSAKeyPairFactory

java.lang.Object
  extended by base.jdbs.cryptography.asymmetric.RSAKeyPairFactory

public class RSAKeyPairFactory
extends java.lang.Object


Constructor Summary
RSAKeyPairFactory()
           
 
Method Summary
static KeyPair newKeyPair(AsymmetricKeyRing asymmetricKeyRing, java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAKeyPairFactory

public RSAKeyPairFactory()
Method Detail

newKeyPair

public static KeyPair newKeyPair(AsymmetricKeyRing asymmetricKeyRing,
                                 java.lang.String description)
                          throws java.security.NoSuchAlgorithmException,
                                 java.security.NoSuchProviderException,
                                 java.security.InvalidKeyException,
                                 java.lang.SecurityException,
                                 java.security.SignatureException
Throws:
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException
java.security.InvalidKeyException
java.lang.SecurityException
java.security.SignatureException


Copyright © 2006 SF.net. All Rights Reserved.