类 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.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static InputStreamloadDecryptionKey(String keyFilePath) Load a RSA decryption key from a file (PEM or DER).
-
构造器详细资料
-
PrivateKeyUtil
public PrivateKeyUtil()
-
-
方法详细资料
-
loadDecryptionKey
Load a RSA decryption key from a file (PEM or DER).- 抛出:
IOException
-