Uses of Class
org.jivesoftware.openfire.auth.ScramUtils.ScramKeys
Packages that use ScramUtils.ScramKeys
Package
Description
Authentication and Authorization service interfaces and classes.
-
Uses of ScramUtils.ScramKeys in org.jivesoftware.openfire.auth
Methods in org.jivesoftware.openfire.auth that return ScramUtils.ScramKeysModifier and TypeMethodDescriptionstatic ScramUtils.ScramKeysScramUtils.deriveScramKeys(byte[] salt, String password, int iterations, String hmacAlgorithm, String digestAlgorithm) Derives the stored key and server key for a SCRAM credential.