Interface ASN1PublicKeyWriter

All Known Implementing Classes:
PemClasspathReaderAndWriter

public interface ASN1PublicKeyWriter
Author:
xezzon
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writePublicKey(byte[] publicKey)
    将ASN.1形式的公钥写入
  • Method Details

    • writePublicKey

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