|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.ssh2.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 |
md5Hex(byte[] blob)
Calculates the MD5 checksum of the given blob. |
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(byte[] blob)
blob
- Data to calculate checksum of.
public 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 |