org.jboss.resteasy.security.doseta
Class KeyStoreKeyRepository

java.lang.Object
  extended by org.jboss.resteasy.security.doseta.KeyStoreKeyRepository

public class KeyStoreKeyRepository
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
KeyStoreKeyRepository(InputStream is, String password)
           
KeyStoreKeyRepository(String filename, String password)
           
 
Method Summary
 PrivateKey getPrivateKey(Object identity)
           
 PublicKey getPublicKey(Object identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreKeyRepository

public KeyStoreKeyRepository(InputStream is,
                             String password)

KeyStoreKeyRepository

public KeyStoreKeyRepository(String filename,
                             String password)
                      throws IOException
Throws:
IOException
Method Detail

getPrivateKey

public PrivateKey getPrivateKey(Object identity)

getPublicKey

public PublicKey getPublicKey(Object identity)


Copyright © 2013. All Rights Reserved.