Package org.jivesoftware.smackx.ox
Class OpenPgpSecretKeyBackupPassphrase
- java.lang.Object
-
- org.jivesoftware.smackx.ox.OpenPgpSecretKeyBackupPassphrase
-
- All Implemented Interfaces:
CharSequence
public class OpenPgpSecretKeyBackupPassphrase extends Object implements CharSequence
Represents a secret key backup passphrase whose format is described in XEP-0373 §5.3.
-
-
Constructor Summary
Constructors Constructor Description OpenPgpSecretKeyBackupPassphrase(String passphrase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
charAt(int i)
int
length()
CharSequence
subSequence(int i, int i1)
String
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 Detail
-
OpenPgpSecretKeyBackupPassphrase
public OpenPgpSecretKeyBackupPassphrase(String passphrase)
-
-
Method Detail
-
length
public int length()
- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int i)
- Specified by:
charAt
in interfaceCharSequence
-
subSequence
public CharSequence subSequence(int i, int i1)
- Specified by:
subSequence
in interfaceCharSequence
-
-