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 theAlgorithmParametersSpiSPI, in order to support encoding and decoding of password algorithm parameters.- Author:
- David M. Lloyd
-
-
Constructor Summary
Constructors Constructor Description OneTimePasswordAlgorithmParametersSpiImpl()Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OneTimePasswordAlgorithmSpecengineDecode(org.wildfly.security.asn1.ASN1Decoder decoder)protected voidengineEncode(org.wildfly.security.asn1.ASN1Encoder encoder, OneTimePasswordAlgorithmSpec parameterSpec)protected Class<OneTimePasswordAlgorithmSpec>getParameterType()
-
-
-
Method Detail
-
getParameterType
protected Class<OneTimePasswordAlgorithmSpec> getParameterType()
- Specified by:
getParameterTypein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<OneTimePasswordAlgorithmSpec>
-
engineEncode
protected void engineEncode(org.wildfly.security.asn1.ASN1Encoder encoder, OneTimePasswordAlgorithmSpec parameterSpec)- Specified by:
engineEncodein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<OneTimePasswordAlgorithmSpec>
-
engineDecode
protected OneTimePasswordAlgorithmSpec engineDecode(org.wildfly.security.asn1.ASN1Decoder decoder)
- Specified by:
engineDecodein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<OneTimePasswordAlgorithmSpec>
-
-