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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MaskedPasswordAlgorithmSpecengineDecode(org.wildfly.security.asn1.ASN1Decoder decoder) protected voidengineEncode(org.wildfly.security.asn1.ASN1Encoder encoder, MaskedPasswordAlgorithmSpec parameterSpec) protected Class<MaskedPasswordAlgorithmSpec>Methods inherited from class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
engineGetEncoded, engineGetEncoded, engineGetParameterSpec, engineInit, engineInit, engineInit, engineToString
-
Constructor Details
-
MaskedPasswordAlgorithmParametersSpiImpl
public MaskedPasswordAlgorithmParametersSpiImpl()Construct a new instance.
-
-
Method Details
-
getParameterType
- Specified by:
getParameterTypein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<MaskedPasswordAlgorithmSpec>
-
engineEncode
protected void engineEncode(org.wildfly.security.asn1.ASN1Encoder encoder, MaskedPasswordAlgorithmSpec parameterSpec) - Specified by:
engineEncodein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<MaskedPasswordAlgorithmSpec>
-
engineDecode
- Specified by:
engineDecodein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<MaskedPasswordAlgorithmSpec>
-