Class KeyStoreKeyRepository
- java.lang.Object
 - 
- org.jboss.resteasy.security.doseta.KeyStoreKeyRepository
 
 
- 
public class KeyStoreKeyRepository extends Object
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Constructor Summary
Constructors Constructor Description KeyStoreKeyRepository(InputStream is, String password)KeyStoreKeyRepository(String filename, String password) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateKeygetPrivateKey(Object identity)PublicKeygetPublicKey(Object identity)voidinit(InputStream is, String password) 
 - 
 
- 
- 
Constructor Detail
- 
KeyStoreKeyRepository
public KeyStoreKeyRepository(InputStream is, String password)
 
- 
KeyStoreKeyRepository
public KeyStoreKeyRepository(String filename, String password) throws IOException
- Throws:
 IOException
 
 - 
 
- 
Method Detail
- 
init
public void init(InputStream is, String password)
 
- 
getPrivateKey
public PrivateKey getPrivateKey(Object identity)
 
 - 
 
 -