Class OneTimePasswordAlgorithmParametersSpiImpl

java.lang.Object
java.security.AlgorithmParametersSpi
org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<OneTimePasswordAlgorithmSpec>
org.wildfly.security.password.impl.OneTimePasswordAlgorithmParametersSpiImpl

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

    • OneTimePasswordAlgorithmParametersSpiImpl

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