Package | Description |
---|---|
org.apache.activemq.artemis.spi.core.security.jaas | |
org.apache.activemq.artemis.spi.core.security.scram |
Modifier and Type | Method and Description |
---|---|
static void |
SCRAMPropertiesLoginModule.main(String[] args)
Main method that could be used to encrypt given credentials for use in properties files
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ScramUtils.computeHmac(byte[] key,
Mac hmac,
String string) |
static byte[] |
ScramUtils.generateSaltedPassword(String password,
byte[] salt,
int iterationsCount,
Mac mac)
Generates salted password.
|
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
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.