Uses of Class
org.conscrypt.OpenSSLECGroupContext
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of OpenSSLECGroupContext in org.conscrypt
Fields in org.conscrypt declared as OpenSSLECGroupContext Modifier and Type Field Description protected OpenSSLECGroupContextOpenSSLECPrivateKey. groupprotected OpenSSLECGroupContextOpenSSLECPublicKey. groupMethods in org.conscrypt that return OpenSSLECGroupContext Modifier and Type Method Description static OpenSSLECGroupContextOpenSSLECGroupContext. getCurveByName(String curveName)static OpenSSLECGroupContextOpenSSLECGroupContext. getInstance(int type, BigInteger p, BigInteger a, BigInteger b, BigInteger x, BigInteger y, BigInteger n, BigInteger h)static OpenSSLECGroupContextOpenSSLECGroupContext. getInstance(ECParameterSpec params)Constructors in org.conscrypt with parameters of type OpenSSLECGroupContext Constructor Description OpenSSLECPrivateKey(OpenSSLECGroupContext group, OpenSSLKey key)OpenSSLECPublicKey(OpenSSLECGroupContext group, OpenSSLKey key)