Interface ASN1PrivateKeyWriter

All Known Implementing Classes:
PemClasspathReaderAndWriter

public interface ASN1PrivateKeyWriter
Author:
xezzon
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writePrivateKey(byte[] privateKey)
    将ASN.1形式的私钥写入
  • Method Details

    • writePrivateKey

      void writePrivateKey(byte[] privateKey) throws IOException
      将ASN.1形式的私钥写入
      Parameters:
      privateKey - 私钥
      Throws:
      IOException - 写入密钥失败