Package org.jivesoftware.smackx.ox
Class OpenPgpSecretKeyBackupPassphrase
java.lang.Object
org.jivesoftware.smackx.ox.OpenPgpSecretKeyBackupPassphrase
- All Implemented Interfaces:
CharSequence
Represents a secret key backup passphrase whose format is described in XEP-0373 §5.3.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int i) int
length()
subSequence
(int i, int i1) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
Constructor Details
-
OpenPgpSecretKeyBackupPassphrase
-
-
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
-