public static class

JDKAlgorithmParameters.IES

extends JDKAlgorithmParameters
java.lang.Object
   ↳ java.security.AlgorithmParametersSpi
     ↳ org.bouncycastle.jce.provider.JDKAlgorithmParameters
       ↳ org.bouncycastle.jce.provider.JDKAlgorithmParameters.IES

Summary

Public Constructors
JDKAlgorithmParameters.IES()
Protected Methods
byte[] engineGetEncoded()
in the absence of a standard way of doing it this will do for now...
byte[] engineGetEncoded(String format)
void engineInit(byte[] params)
void engineInit(byte[] params, String format)
void engineInit(AlgorithmParameterSpec paramSpec)
String engineToString()
AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec)
[Expand]
Inherited Methods
From class org.bouncycastle.jce.provider.JDKAlgorithmParameters
From class java.security.AlgorithmParametersSpi
From class java.lang.Object

Public Constructors

public JDKAlgorithmParameters.IES ()

Protected Methods

protected byte[] engineGetEncoded ()

in the absence of a standard way of doing it this will do for now...

protected byte[] engineGetEncoded (String format)

protected void engineInit (byte[] params)

Throws
IOException

protected void engineInit (byte[] params, String format)

Throws
IOException

protected void engineInit (AlgorithmParameterSpec paramSpec)

protected String engineToString ()

protected AlgorithmParameterSpec localEngineGetParameterSpec (Class paramSpec)