Class OmemoFingerprint
- java.lang.Object
-
- org.jivesoftware.smackx.omemo.trust.OmemoFingerprint
-
- All Implemented Interfaces:
CharSequence
public class OmemoFingerprint extends Object implements CharSequence
-
-
Constructor Summary
Constructors Constructor Description OmemoFingerprint(String fingerprintString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
blocksOf8Chars()
Split the fingerprint in blocks of 8 characters with spaces between.char
charAt(int index)
boolean
equals(Object other)
int
hashCode()
int
length()
CharSequence
subSequence(int start, int end)
String
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 Detail
-
OmemoFingerprint
public OmemoFingerprint(String fingerprintString)
-
-
Method Detail
-
length
public int length()
- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index)
- Specified by:
charAt
in interfaceCharSequence
-
subSequence
public CharSequence subSequence(int start, int end)
- Specified by:
subSequence
in interfaceCharSequence
-
toString
public String toString()
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
blocksOf8Chars
public String blocksOf8Chars()
Split the fingerprint in blocks of 8 characters with spaces between.- Returns:
- Block representation of the fingerprint.
-
-