public final class OpenSSLECGroupContext extends Object
Constructor and Description |
---|
OpenSSLECGroupContext(NativeRef.EC_GROUP groupCtx) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static OpenSSLECGroupContext |
getCurveByName(String curveName) |
ECParameterSpec |
getECParameterSpec() |
static OpenSSLECGroupContext |
getInstance(ECParameterSpec params) |
NativeRef.EC_GROUP |
getNativeRef() |
int |
hashCode() |
public OpenSSLECGroupContext(NativeRef.EC_GROUP groupCtx)
public static OpenSSLECGroupContext getCurveByName(String curveName)
public NativeRef.EC_GROUP getNativeRef()
public static OpenSSLECGroupContext getInstance(ECParameterSpec params) throws InvalidAlgorithmParameterException
public ECParameterSpec getECParameterSpec()