Uses of Class
org.apache.activemq.artemis.spi.core.security.scram.ScramException
Packages that use ScramException
Package
Description
-
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 -
Uses of ScramException in org.apache.activemq.artemis.spi.core.security.scram
Methods in org.apache.activemq.artemis.spi.core.security.scram that throw ScramExceptionModifier and TypeMethodDescriptionstatic byte[]ScramUtils.computeHmac(byte[] key, Mac hmac, String string) static byte[]ScramUtils.generateSaltedPassword(String password, byte[] salt, int iterationsCount, Mac mac) Generates salted password.ScramUtils.newPassword(String passwordClearText, byte[] salt, int iterations, MessageDigest messageDigest, Mac mac) Computes the data associated with new password like salted password, keys, etc