Class OmemoFingerprint
java.lang.Object
org.jivesoftware.smackx.omemo.trust.OmemoFingerprint
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSplit the fingerprint in blocks of 8 characters with spaces between.charcharAt(int index) booleaninthashCode()intlength()subSequence(int start, int end) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints
-
Constructor Details
-
OmemoFingerprint
-
-
Method Details
-
length
- Specified by:
lengthin interfaceCharSequence
-
charAt
- Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
equals
-
blocksOf8Chars
Split the fingerprint in blocks of 8 characters with spaces between.- Returns:
- Block representation of the fingerprint.
-
hashCode
-