public static class CAST5.AlgParams 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 |
---|
AlgParams() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
engineGetEncoded() |
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) throws IOException
engineGetEncoded
in class AlgorithmParametersSpi
IOException
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.