Class BCryptPasswordImpl.BCryptState
- java.lang.Object
-
- org.wildfly.security.password.impl.BCryptPasswordImpl.BCryptState
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BCryptPasswordImpl
private static class BCryptPasswordImpl.BCryptState extends Object implements Serializable
Class that represents the bcrypt state.
-
-
Constructor Summary
Constructors Constructor Description BCryptState(int[] Parray, int[] Sboxes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
clear()
(package private) int[]
getPArray()
(package private) int[]
getSBoxes()
-