public static class JDKAlgorithmParameters.IES extends JDKAlgorithmParameters
JDKAlgorithmParameters.DH, JDKAlgorithmParameters.DSA, JDKAlgorithmParameters.ElGamal, JDKAlgorithmParameters.GOST3410, JDKAlgorithmParameters.IES, JDKAlgorithmParameters.IVAlgorithmParameters, JDKAlgorithmParameters.OAEP, JDKAlgorithmParameters.PBKDF2, JDKAlgorithmParameters.PKCS12PBE, JDKAlgorithmParameters.PSS, JDKAlgorithmParameters.RC2AlgorithmParameters
Constructor and Description |
---|
IES() |
Modifier and Type | Method and Description |
---|---|
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(AlgorithmParameterSpec paramSpec) |
protected void |
engineInit(byte[] params) |
protected void |
engineInit(byte[] params,
String format) |
protected String |
engineToString() |
protected AlgorithmParameterSpec |
localEngineGetParameterSpec(Class paramSpec) |
engineGetParameterSpec, isASN1FormatString
protected byte[] engineGetEncoded()
engineGetEncoded
in class AlgorithmParametersSpi
protected byte[] engineGetEncoded(String format)
engineGetEncoded
in class AlgorithmParametersSpi
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
localEngineGetParameterSpec
in class JDKAlgorithmParameters
InvalidParameterSpecException
protected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
engineInit
in class AlgorithmParametersSpi
InvalidParameterSpecException
protected void engineInit(byte[] params) throws IOException
engineInit
in class AlgorithmParametersSpi
IOException
protected void engineInit(byte[] params, String format) throws IOException
engineInit
in class AlgorithmParametersSpi
IOException
protected String engineToString()
engineToString
in class AlgorithmParametersSpi
Copyright © 2015. All rights reserved.