Interface SshPublicKeyFormat

    • Method Detail

      • setComment

        void setComment​(java.lang.String comment)
        Parameters:
        comment -
      • getComment

        java.lang.String getComment()
        Returns:
      • supportsAlgorithm

        boolean supportsAlgorithm​(java.lang.String algorithm)
        Parameters:
        algorithm -
        Returns:
      • formatKey

        byte[] formatKey​(byte[] keyblob)
        Parameters:
        keyblob -
        Returns:
      • getFormatType

        java.lang.String getFormatType()
        Returns:
      • isFormatted

        boolean isFormatted​(byte[] formattedKey)
        Parameters:
        formattedKey -
        Returns: