Class PemUtils
java.lang.Object
io.confluent.common.security.utils.PemUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyPairloadKeyPair(InputStream inputStream) static PublicKeyloadPublicKey(InputStream inputStream) static voidwriteKeyPair(OutputStream out, KeyPair keyPair) static voidwritePublicKey(OutputStream out, PublicKey key)
-
Constructor Details
-
PemUtils
public PemUtils()
-
-
Method Details
-
loadPublicKey
- Throws:
IOException
-
writePublicKey
- Throws:
IOException
-
loadKeyPair
- Throws:
IOException
-
writeKeyPair
- Throws:
IOException
-