public class PrivateKeyReader extends Object
| Constructor and Description |
|---|
PrivateKeyReader() |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
loadPrivateKey(InputStream in) |
static PrivateKey |
loadPrivateKey(String privateKeyStr) |
public static PrivateKey loadPrivateKey(InputStream in) throws Exception
Exceptionpublic static PrivateKey loadPrivateKey(String privateKeyStr) throws Exception
ExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.