public class EncryptionMethod extends Object
Constructor and Description |
---|
EncryptionMethod(LdapSecurityConstants algorithm,
byte[] salt) |
Modifier and Type | Method and Description |
---|---|
LdapSecurityConstants |
getAlgorithm() |
byte[] |
getSalt() |
void |
setSalt(byte[] salt) |
String |
toString() |
public EncryptionMethod(LdapSecurityConstants algorithm, byte[] salt)
public LdapSecurityConstants getAlgorithm()
public byte[] getSalt()
public void setSalt(byte[] salt)
Copyright © 2017. All rights reserved.