Interface SshPublicKey

    • Field Summary

      • Fields inherited from interface java.security.PublicKey

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKeyType()
      Retrieves the SSH key type.
      • Methods inherited from interface java.security.Key

        getAlgorithm, getEncoded, getFormat
    • Method Detail

      • getKeyType

        java.lang.String getKeyType()
        Retrieves the SSH key type.
        Returns:
        the SSH key type, never null.