Class SaltedPasswordAlgorithmParametersSpiImpl

java.lang.Object
java.security.AlgorithmParametersSpi
org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<SaltedPasswordAlgorithmSpec>
org.wildfly.security.password.impl.SaltedPasswordAlgorithmParametersSpiImpl

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

    • SaltedPasswordAlgorithmParametersSpiImpl

      public SaltedPasswordAlgorithmParametersSpiImpl()
      Construct a new instance.
  • Method Details