Bouncy Castle Cryptography 1.50

org.bouncycastle.jcajce.provider.symmetric
Class GOST28147.Mac

java.lang.Object
  extended by javax.crypto.MacSpi
      extended by org.bouncycastle.jcajce.provider.symmetric.util.BaseMac
          extended by org.bouncycastle.jcajce.provider.symmetric.GOST28147.Mac
All Implemented Interfaces:
PBE
Enclosing class:
GOST28147

public static class GOST28147.Mac
extends BaseMac

GOST28147


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.bouncycastle.jcajce.provider.symmetric.util.PBE
PBE.Util
 
Field Summary
 
Fields inherited from interface org.bouncycastle.jcajce.provider.symmetric.util.PBE
GOST3411, MD2, MD5, OPENSSL, PKCS12, PKCS5S1, PKCS5S1_UTF8, PKCS5S2, PKCS5S2_UTF8, RIPEMD160, SHA1, SHA256, TIGER
 
Constructor Summary
GOST28147.Mac()
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseMac
engineDoFinal, engineGetMacLength, engineInit, engineReset, engineUpdate, engineUpdate
 
Methods inherited from class javax.crypto.MacSpi
clone, engineUpdate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOST28147.Mac

public GOST28147.Mac()

Bouncy Castle Cryptography 1.50