public static class ScramCredentialsEntry.Decoder extends Object implements Credentials.Decoder
Modifier | Constructor and Description |
---|---|
|
Decoder() |
protected |
Decoder(String algorithm) |
Modifier and Type | Method and Description |
---|---|
Credentials.Entry |
decode(BareJID user,
String value)
Decode password stored in database to more suitable form.
|
String |
getName()
Name of mechanism for which decoder works
|
protected Credentials.Entry |
newInstance(byte[] salt,
int iterations,
byte[] saltedPassword) |
public Decoder()
protected Decoder(String algorithm)
public String getName()
Credentials.Decoder
getName
in interface Credentials.Decoder
public Credentials.Entry decode(BareJID user, String value)
Credentials.Decoder
decode
in interface Credentials.Decoder
protected Credentials.Entry newInstance(byte[] salt, int iterations, byte[] saltedPassword)
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.