com.jscape.inet.ssh.util
Interface KeyFingerprintFormatter
public interface KeyFingerprintFormatter
Host key fingerprint formatter.
All methods throw NullPointerException
if some object
parameter is null
and IllegalArgumentException
if some parameter doesn't correspond to the method contract.
- Version:
- 1.0
- Author:
- Alex
- See Also:
- Source code
Method Summary |
java.lang.String |
format(byte[] key)
Creates and formats the fingerprint for the specified key. |
format
java.lang.String format(byte[] key)
- Creates and formats the fingerprint for the specified key.
- Parameters:
key
- target key
- Returns:
- formatted fingerprint string
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved