|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mindbright.ssh2.SSH2KeyFingerprint
public final class SSH2KeyFingerprint
Contains static methods for calculating fingerprints on keys.
| Constructor Summary | |
|---|---|
SSH2KeyFingerprint()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
bubbleBabble(byte[] blob)
Calculates the bubble-babble checksum of the given blob. |
static java.lang.String |
bubbleBabble(java.security.PublicKey key)
Calculates the bubble-babble checksum of the given key. |
static java.lang.String |
md5Hex(byte[] blob)
Calculates the MD5 checksum of the given blob. |
static java.lang.String |
md5Hex(java.security.PublicKey key)
Calculates the MD5 checksum of the given key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSH2KeyFingerprint()
| Method Detail |
|---|
public static java.lang.String md5Hex(java.security.PublicKey key)
throws SSH2Exception
key - Key to calculate checksum of.
SSH2Exceptionpublic static java.lang.String md5Hex(byte[] blob)
blob - Data to calculate checksum of.
public static java.lang.String bubbleBabble(java.security.PublicKey key)
throws SSH2Exception
key - Key to calculate checksum of.
SSH2Exceptionpublic static java.lang.String bubbleBabble(byte[] blob)
blob - Data to calculate checksum of.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||