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