com.digt.trusted.jce.provider
Class JCEBlockCipher.GOST28147cbc

java.lang.Object
  extended by javax.crypto.CipherSpi
      extended by com.digt.trusted.jce.provider.WrapCipherSpi
          extended by com.digt.trusted.jce.provider.JCEBlockCipher
              extended by com.digt.trusted.jce.provider.JCEBlockCipher.GOST28147cbc
All Implemented Interfaces:
PBE
Enclosing class:
JCEBlockCipher

Deprecated. Use JCEBlockCipher.GOST28147 instead.

public static class JCEBlockCipher.GOST28147cbc
extends JCEBlockCipher

GOST28147


Nested Class Summary
 
Nested classes/interfaces inherited from class com.digt.trusted.jce.provider.JCEBlockCipher
JCEBlockCipher.GOST28147, JCEBlockCipher.GOST28147cbc
 
Nested classes/interfaces inherited from interface com.digt.trusted.jce.provider.PBE
PBE.Util
 
Field Summary
 
Fields inherited from class com.digt.trusted.jce.provider.WrapCipherSpi
wrapEngine
 
Fields inherited from interface com.digt.trusted.jce.provider.PBE
GOST3411, PKCS12
 
Constructor Summary
JCEBlockCipher.GOST28147cbc()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.digt.trusted.jce.provider.JCEBlockCipher
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetKeySize, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate
 
Methods inherited from class com.digt.trusted.jce.provider.WrapCipherSpi
engineUnwrap, engineWrap
 
Methods inherited from class javax.crypto.CipherSpi
engineDoFinal, engineUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCEBlockCipher.GOST28147cbc

public JCEBlockCipher.GOST28147cbc()
Deprecated.