org.bouncycastle.jcajce.provider.digest
Class KMACAlgorithmParameters.KMac256
java.lang.Object
java.security.AlgorithmParametersSpi
org.bouncycastle.jcajce.provider.digest.KMACAlgorithmParameters
org.bouncycastle.jcajce.provider.digest.KMACAlgorithmParameters.KMac256
- Enclosing class:
- org.bouncycastle.jcajce.provider.digest.KMACAlgorithmParameters
- public static class KMACAlgorithmParameters.KMac256
- extends org.bouncycastle.jcajce.provider.digest.KMACAlgorithmParameters
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KMACAlgorithmParameters.KMac256
public KMACAlgorithmParameters.KMac256()
encodeSpec
protected byte[] encodeSpec(KMACParameterSpec spec)
throws java.io.IOException
- Throws:
java.io.IOException
decodeSpec
protected KMACParameterSpec decodeSpec(byte[] encoded)
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
engineGetParameterSpec
protected java.security.spec.AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Throws:
java.security.spec.InvalidParameterSpecException
engineToString
protected java.lang.String engineToString()