Interface PublicKeyParser


public interface PublicKeyParser
Public key parser.
Since:
2.19.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the given public key.
  • Method Details

    • parse

      PublicKey parse(String raw)
      Parses the given public key.
      Parameters:
      raw - raw representation of public key
      Returns:
      parsed public key