public class PemToRSAKeyPair extends Object
| Constructor and Description |
|---|
PemToRSAKeyPair(org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter converter,
KeyFactory RSAKeyFactory) |
| Modifier and Type | Method and Description |
|---|---|
RSAKeyPair |
translate(FileReader pemFileReader,
Optional<String> keyId,
Use use) |
public PemToRSAKeyPair(org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter converter,
KeyFactory RSAKeyFactory)
public RSAKeyPair translate(FileReader pemFileReader, Optional<String> keyId, Use use) throws InvalidPemException, InvalidKeyException
Copyright © 2015. All rights reserved.