org.bouncycastle.jcajce.provider.symmetric
Class AES.AlgParamsGCM
java.lang.Object
java.security.AlgorithmParametersSpi
org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
org.bouncycastle.jcajce.provider.symmetric.AES.AlgParamsGCM
- Enclosing class:
- AES
- public static class AES.AlgParamsGCM
- extends BaseAlgorithmParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AES.AlgParamsGCM
public AES.AlgParamsGCM()
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Throws:
java.security.spec.InvalidParameterSpecException
engineInit
protected void engineInit(byte[] params)
throws java.io.IOException
- Throws:
java.io.IOException
engineInit
protected void engineInit(byte[] params,
java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
engineGetEncoded
protected byte[] engineGetEncoded()
throws java.io.IOException
- Throws:
java.io.IOException
engineGetEncoded
protected byte[] engineGetEncoded(java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
engineToString
protected java.lang.String engineToString()
localEngineGetParameterSpec
protected java.security.spec.AlgorithmParameterSpec localEngineGetParameterSpec(java.lang.Class paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Specified by:
localEngineGetParameterSpec
in class BaseAlgorithmParameters
- Throws:
java.security.spec.InvalidParameterSpecException