Class ClearPasswordSpec
- java.lang.Object
 - 
- org.wildfly.security.password.spec.ClearPasswordSpec
 
 
- 
- All Implemented Interfaces:
 KeySpec,PasswordSpec
public final class ClearPasswordSpec extends Object implements PasswordSpec
A password specification for clear passwords.- Author:
 - David M. Lloyd
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClearPasswordSpec(char[] encodedPassword)Construct a new instance. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)char[]getEncodedPassword()Get the password characters.inthashCode() 
 -