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