public class EncryptionMethod
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private LdapSecurityConstants |
algorithm |
private byte[] |
salt |
| Constructor and Description |
|---|
EncryptionMethod(LdapSecurityConstants algorithm,
byte[] salt) |
| Modifier and Type | Method and Description |
|---|---|
LdapSecurityConstants |
getAlgorithm() |
byte[] |
getSalt() |
void |
setSalt(byte[] salt) |
java.lang.String |
toString() |
private byte[] salt
private LdapSecurityConstants algorithm
public EncryptionMethod(LdapSecurityConstants algorithm, byte[] salt)
public LdapSecurityConstants getAlgorithm()
public byte[] getSalt()
public void setSalt(byte[] salt)
public java.lang.String toString()
toString in class java.lang.Object