Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.asymmetric.util
Class IESUtil

java.lang.Object
  |
  +--org.bouncycastle.jcajce.provider.asymmetric.util.IESUtil

public class IESUtil
extends java.lang.Object


Constructor Summary
IESUtil()
           
 
Method Summary
static IESParameterSpec guessParameterSpec(BufferedBlockCipher iesBlockCipher, byte[] nonce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IESUtil

public IESUtil()
Method Detail

guessParameterSpec

public static IESParameterSpec guessParameterSpec(BufferedBlockCipher iesBlockCipher,
                                                  byte[] nonce)

Bouncy Castle Cryptography Library 1.77.0