Class SaltedPasswordAlgorithmParametersSpiImpl
- java.lang.Object
-
- java.security.AlgorithmParametersSpi
-
- org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<SaltedPasswordAlgorithmSpec>
-
- org.wildfly.security.password.impl.SaltedPasswordAlgorithmParametersSpiImpl
-
public final class SaltedPasswordAlgorithmParametersSpiImpl extends org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<SaltedPasswordAlgorithmSpec>
An implementation of theAlgorithmParametersSpiSPI, in order to support encoding and decoding of password algorithm parameters.- Author:
- David M. Lloyd
-
-
Constructor Summary
Constructors Constructor Description SaltedPasswordAlgorithmParametersSpiImpl()Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SaltedPasswordAlgorithmSpecengineDecode(org.wildfly.security.asn1.ASN1Decoder decoder)protected voidengineEncode(org.wildfly.security.asn1.ASN1Encoder encoder, SaltedPasswordAlgorithmSpec parameterSpec)protected Class<SaltedPasswordAlgorithmSpec>getParameterType()
-
-
-
Method Detail
-
getParameterType
protected Class<SaltedPasswordAlgorithmSpec> getParameterType()
- Specified by:
getParameterTypein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<SaltedPasswordAlgorithmSpec>
-
engineEncode
protected void engineEncode(org.wildfly.security.asn1.ASN1Encoder encoder, SaltedPasswordAlgorithmSpec parameterSpec)- Specified by:
engineEncodein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<SaltedPasswordAlgorithmSpec>
-
engineDecode
protected SaltedPasswordAlgorithmSpec engineDecode(org.wildfly.security.asn1.ASN1Decoder decoder)
- Specified by:
engineDecodein classorg.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<SaltedPasswordAlgorithmSpec>
-
-