Class AES.AlgParamsCCM
- java.lang.Object
-
- java.security.AlgorithmParametersSpi
-
- org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
-
- org.bouncycastle.jcajce.provider.symmetric.AES.AlgParamsCCM
-
- Enclosing class:
- AES
public static class AES.AlgParamsCCM extends BaseAlgorithmParameters
-
-
Constructor Summary
Constructors Constructor Description AlgParamsCCM()
-
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
-
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
-
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
-
engineToString
protected String engineToString()
- Specified by:
engineToString
in classAlgorithmParametersSpi
-
localEngineGetParameterSpec
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
- Specified by:
localEngineGetParameterSpec
in classBaseAlgorithmParameters
- Throws:
InvalidParameterSpecException
-
-