Class MaskedPasswordAlgorithmParametersSpiImpl

java.lang.Object
java.security.AlgorithmParametersSpi
org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<MaskedPasswordAlgorithmSpec>
org.wildfly.security.password.impl.MaskedPasswordAlgorithmParametersSpiImpl

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

    • MaskedPasswordAlgorithmParametersSpiImpl

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