Package | Description |
---|---|
org.apache.activemq.artemis.spi.core.security.scram |
Modifier and Type | Method and Description |
---|---|
static ScramUtils.NewPasswordByteArrayData |
ScramUtils.newPassword(String passwordClearText,
byte[] salt,
int iterations,
MessageDigest messageDigest,
Mac mac)
Computes the data associated with new password like salted password, keys, etc
|
Modifier and Type | Method and Description |
---|---|
static ScramUtils.NewPasswordStringData |
ScramUtils.byteArrayToStringData(ScramUtils.NewPasswordByteArrayData ba)
Transforms NewPasswordByteArrayData into NewPasswordStringData into database friendly (string)
representation Uses Base64 to encode the byte arrays into strings
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.