Uses of Class
org.apache.activemq.artemis.spi.core.security.scram.ScramException
-
Packages that use ScramException Package Description org.apache.activemq.artemis.spi.core.security.jaas org.apache.activemq.artemis.spi.core.security.scram -
-
Uses of ScramException in org.apache.activemq.artemis.spi.core.security.jaas
Methods in org.apache.activemq.artemis.spi.core.security.jaas that throw ScramException Modifier and Type Method Description static voidSCRAMPropertiesLoginModule. main(String[] args)Main method that could be used to encrypt given credentials for use in properties files -
Uses of ScramException in org.apache.activemq.artemis.spi.core.security.scram
Methods in org.apache.activemq.artemis.spi.core.security.scram that throw ScramException Modifier and Type Method 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.NewPasswordByteArrayDataScramUtils. newPassword(String passwordClearText, byte[] salt, int iterations, MessageDigest messageDigest, Mac mac)Computes the data associated with new password like salted password, keys, etc
-