| Package | Description |
|---|---|
| org.exoplatform.web.security.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSafeSaltedHashCodec
A codec able to transform a
SaltedHash to and from String. |
| Modifier and Type | Field and Description |
|---|---|
static SaltedHashCodec |
XmlSafeSaltedHashCodec.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
SaltedHashCodec |
JCASaltedHashService.getCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCASaltedHashService.setCodec(SaltedHashCodec codec) |
| Constructor and Description |
|---|
JCASaltedHashService(String algorithm,
int iterationCount,
int saltLength,
int hashLength,
SaltedHashCodec codec) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.