Class IvAlgorithmParameters
- java.lang.Object
-
- java.security.AlgorithmParametersSpi
-
- org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
-
- org.bouncycastle.jcajce.provider.symmetric.util.IvAlgorithmParameters
-
- Direct Known Subclasses:
AES.AlgParams
,ARIA.AlgParams
,Blowfish.AlgParams
,Camellia.AlgParams
,CAST6.AlgParams
,ChaCha.AlgParams
,ChaCha.AlgParamsCC1305
,DSTU7624.AlgParams
,Grainv1.AlgParams
,HC128.AlgParams
,HC256.AlgParams
,Noekeon.AlgParams
,RC5.AlgParams
,RC6.AlgParams
,Rijndael.AlgParams
,Salsa20.AlgParams
,SEED.AlgParams
,Serpent.AlgParams
,Serpent.TAlgParams
,Shacal2.AlgParams
,Skipjack.AlgParams
,SM4.AlgParams
,TEA.AlgParams
,Threefish.AlgParams_1024
,Threefish.AlgParams_256
,Threefish.AlgParams_512
,Twofish.AlgParams
,XSalsa20.AlgParams
,XTEA.AlgParams
,Zuc.AlgParams
public class IvAlgorithmParameters extends BaseAlgorithmParameters
-
-
Constructor Summary
Constructors Constructor Description IvAlgorithmParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]
engineGetEncoded()
protected byte[]
engineGetEncoded(String format)
protected void
engineInit(byte[] params)
protected void
engineInit(byte[] params, String format)
protected void
engineInit(AlgorithmParameterSpec paramSpec)
protected String
engineToString()
protected AlgorithmParameterSpec
localEngineGetParameterSpec(Class paramSpec)
-
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
engineGetParameterSpec, isASN1FormatString
-
-
-
-
Method Detail
-
engineGetEncoded
protected byte[] engineGetEncoded() throws IOException
- Specified by:
engineGetEncoded
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineGetEncoded
protected byte[] engineGetEncoded(String format) throws IOException
- Specified by:
engineGetEncoded
in classAlgorithmParametersSpi
- Throws:
IOException
-
localEngineGetParameterSpec
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
- Specified by:
localEngineGetParameterSpec
in classBaseAlgorithmParameters
- Throws:
InvalidParameterSpecException
-
engineInit
protected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
InvalidParameterSpecException
-
engineInit
protected void engineInit(byte[] params) throws IOException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineInit
protected void engineInit(byte[] params, String format) throws IOException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineToString
protected String engineToString()
- Specified by:
engineToString
in classAlgorithmParametersSpi
-
-