org.jboss.resteasy.security
Class KeyTools

java.lang.Object
  extended by org.jboss.resteasy.security.KeyTools

public class KeyTools
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
KeyTools()
           
 
Method Summary
static X509Certificate generateTestCertificate(KeyPair pair)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyTools

public KeyTools()
Method Detail

generateTestCertificate

public static X509Certificate generateTestCertificate(KeyPair pair)
                                               throws InvalidKeyException,
                                                      NoSuchProviderException,
                                                      SignatureException
Throws:
InvalidKeyException
NoSuchProviderException
SignatureException


Copyright © 2012. All Rights Reserved.