public final class LunaParametersEC extends AlgorithmParametersSpi
| Constructor and Description |
|---|
LunaParametersEC() |
| Modifier and Type | Method and Description |
|---|---|
static ECParameterSpec |
decodeParameters(byte[] params) |
static byte[] |
encodeParameters(ECParameterSpec params) |
protected byte[] |
engineGetEncoded() |
protected byte[] |
engineGetEncoded(String encodingMethod) |
protected <T extends AlgorithmParameterSpec> |
engineGetParameterSpec(Class<T> param) |
protected void |
engineInit(AlgorithmParameterSpec spec) |
protected void |
engineInit(byte[] params) |
protected void |
engineInit(byte[] params,
String decodingMethod) |
protected String |
engineToString() |
public static byte[] encodeParameters(ECParameterSpec params)
public static ECParameterSpec decodeParameters(byte[] params) throws IOException
IOExceptionprotected void engineInit(AlgorithmParameterSpec spec) throws InvalidParameterSpecException
engineInit in class AlgorithmParametersSpiInvalidParameterSpecExceptionprotected void engineInit(byte[] params)
throws IOException
engineInit in class AlgorithmParametersSpiIOExceptionprotected void engineInit(byte[] params,
String decodingMethod)
throws IOException
engineInit in class AlgorithmParametersSpiIOExceptionprotected byte[] engineGetEncoded()
throws IOException
engineGetEncoded in class AlgorithmParametersSpiIOExceptionprotected byte[] engineGetEncoded(String encodingMethod) throws IOException
engineGetEncoded in class AlgorithmParametersSpiIOExceptionprotected String engineToString()
engineToString in class AlgorithmParametersSpiprotected <T extends AlgorithmParameterSpec> T engineGetParameterSpec(Class<T> param) throws InvalidParameterSpecException
engineGetParameterSpec in class AlgorithmParametersSpiInvalidParameterSpecExceptionCopyright 2014-2016 SafeNet Inc