Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.asymmetric.edec
Class IESCipher.XIES

java.lang.Object
  extended byjavax.crypto.CipherSpi
      extended byorg.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
          extended byorg.bouncycastle.jcajce.provider.asymmetric.edec.IESCipher
              extended byorg.bouncycastle.jcajce.provider.asymmetric.edec.IESCipher.XIES
Direct Known Subclasses:
IESCipher.XIESwithSHA256, IESCipher.XIESwithSHA384, IESCipher.XIESwithSHA512
Enclosing class:
IESCipher

public static class IESCipher.XIES
extends IESCipher

Classes that inherit from us


Nested Class Summary
 
Nested classes inherited from class org.bouncycastle.jcajce.provider.asymmetric.edec.IESCipher
IESCipher.XIES, IESCipher.XIESwithAESCBC, IESCipher.XIESwithCipher, IESCipher.XIESwithDESedeCBC, IESCipher.XIESwithSHA256, IESCipher.XIESwithSHA256andAESCBC, IESCipher.XIESwithSHA256andDESedeCBC, IESCipher.XIESwithSHA384, IESCipher.XIESwithSHA384andAESCBC, IESCipher.XIESwithSHA384andDESedeCBC, IESCipher.XIESwithSHA512, IESCipher.XIESwithSHA512andAESCBC, IESCipher.XIESwithSHA512andDESedeCBC
 
Nested classes inherited from class org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
BaseCipherSpi.ErasableOutputStream
 
Field Summary
 
Fields inherited from class org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
engineParams, wrapEngine
 
Constructor Summary
IESCipher.XIES()
           
IESCipher.XIES(Digest kdfDigest, Digest macDigest)
           
 
Methods inherited from class org.bouncycastle.jcajce.provider.asymmetric.edec.IESCipher
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetKeySize, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate
 
Methods inherited from class org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
createParametersInstance, engineUnwrap, engineWrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IESCipher.XIES

public IESCipher.XIES()

IESCipher.XIES

public IESCipher.XIES(Digest kdfDigest,
                      Digest macDigest)

Bouncy Castle Cryptography Library 1.81