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 IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionpublic static PrivateKey getPrivateKey(InputStream stream) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionpublic static PublicKey getPublicKey(String filename) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionpublic static PublicKey getPublicKey(InputStream stream) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionCopyright © 2017 LeanIX GmbH. All rights reserved.