public class KeyStoreKeyRepository extends Object
| Constructor and Description |
|---|
KeyStoreKeyRepository(InputStream is,
String password) |
KeyStoreKeyRepository(String filename,
String password) |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
getPrivateKey(Object identity) |
PublicKey |
getPublicKey(Object identity) |
void |
init(InputStream is,
String password) |
public KeyStoreKeyRepository(InputStream is, String password)
public KeyStoreKeyRepository(String filename, String password) throws IOException
IOExceptionpublic void init(InputStream is, String password)
public PrivateKey getPrivateKey(Object identity)
Copyright © 2019 JBoss by Red Hat. All rights reserved.