org.jboss.resteasy.security.doseta
Class KeyStoreKeyRepository
java.lang.Object
org.jboss.resteasy.security.doseta.KeyStoreKeyRepository
public class KeyStoreKeyRepository
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyStoreKeyRepository
public KeyStoreKeyRepository(InputStream is,
String password)
KeyStoreKeyRepository
public KeyStoreKeyRepository(String filename,
String password)
throws IOException
- Throws:
IOException
getPrivateKey
public PrivateKey getPrivateKey(Object identity)
getPublicKey
public PublicKey getPublicKey(Object identity)
Copyright © 2013. All Rights Reserved.