Interface ASN1PrivateKeyWriter
- All Known Implementing Classes:
PemClasspathReaderAndWriter
public interface ASN1PrivateKeyWriter
- Author:
- xezzon
-
Method Summary
-
Method Details
-
writePrivateKey
将ASN.1形式的私钥写入- Parameters:
privateKey
- 私钥- Throws:
IOException
- 写入密钥失败
-