Class PrivateKeyUtil
java.lang.Object
org.apache.skywalking.oap.server.library.server.ssl.PrivateKeyUtil
Util intends to parse PKCS#1 and PKCS#8 at same time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamloadDecryptionKey(String keyFilePath) Load a RSA decryption key from a file (PEM or DER).
-
Constructor Details
-
PrivateKeyUtil
public PrivateKeyUtil()
-
-
Method Details
-
loadDecryptionKey
Load a RSA decryption key from a file (PEM or DER).- Throws:
IOException
-