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