Public class OpenSSLKey && OpenSSLRSAPrivateKey
Open
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
why isn't possible to access to OpenSSLRSAPrivateKey and OpenSSLKey ?
it's pretty cool to do this :
OpenSSLKey key = OpenSSLKey.fromPrivateKeyPemInputStream(is);
OpenSSLRSAPrivateKey privateKey = (OpenSSLRSAPrivateKey)key.getPrivateKey();
Thx
Contributor guide
Assessment
This issue has not been assessed yet.