public class KeyReaderRSA extends Object
| Constructor and Description |
|---|
KeyReaderRSA() |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
getPrivateKey(InputStream stream) |
static PrivateKey |
getPrivateKey(String filename) |
static PublicKey |
getPublicKey(InputStream stream) |
static PublicKey |
getPublicKey(String filename) |
public static PrivateKey getPrivateKey(String filename) throws Exception
Exceptionpublic static PrivateKey getPrivateKey(InputStream stream) throws Exception
Exceptionpublic static PublicKey getPublicKey(String filename) throws Exception
Exceptionpublic static PublicKey getPublicKey(InputStream stream) throws Exception
ExceptionCopyright © 2016 LeanIX GmbH. All rights reserved.