Interface ASN1PrivateKeyWriter
- All Known Implementing Classes:
PemClasspathReaderAndWriter
public interface ASN1PrivateKeyWriter
提供将ASN.1格式的私钥写入输出流的功能。
- Author:
- xezzon
-
Method Summary
-
Method Details
-
writePrivateKey
将ASN.1形式的私钥写入。- Parameters:
privateKey- 私钥的字节数组- Throws:
IOException- 如果写入操作失败,例如由于I/O错误
-