Class IteratedSaltedPasswordAlgorithmParametersSpiImpl

java.lang.Object
java.security.AlgorithmParametersSpi
org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<IteratedSaltedPasswordAlgorithmSpec>
org.wildfly.security.password.impl.IteratedSaltedPasswordAlgorithmParametersSpiImpl

public final class IteratedSaltedPasswordAlgorithmParametersSpiImpl extends org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<IteratedSaltedPasswordAlgorithmSpec>
An implementation of the AlgorithmParametersSpi SPI, in order to support encoding and decoding of password algorithm parameters.
Author:
David M. Lloyd