Uses of Class
org.conscrypt.OpenSSLECGroupContext
-
Packages that use OpenSSLECGroupContext Package Description org.conscrypt -
-
Uses of OpenSSLECGroupContext in org.conscrypt
Fields in org.conscrypt declared as OpenSSLECGroupContext Modifier and Type Field Description private OpenSSLECGroupContext
ECParameters. curve
private OpenSSLECGroupContext
OpenSSLECKeyPairGenerator. group
private OpenSSLECGroupContext
OpenSSLECPointContext. group
protected OpenSSLECGroupContext
OpenSSLECPrivateKey. group
protected OpenSSLECGroupContext
OpenSSLECPublicKey. group
Methods in org.conscrypt that return OpenSSLECGroupContext Modifier and Type Method Description (package private) static OpenSSLECGroupContext
OpenSSLECGroupContext. getCurveByName(java.lang.String curveName)
(package private) static OpenSSLECGroupContext
OpenSSLECGroupContext. getInstance(java.security.spec.ECParameterSpec params)
Methods in org.conscrypt with parameters of type OpenSSLECGroupContext Modifier and Type Method Description (package private) static OpenSSLECPointContext
OpenSSLECPointContext. getInstance(OpenSSLECGroupContext group, java.security.spec.ECPoint javaPoint)
private static OpenSSLKey
OpenSSLECPrivateKey. wrapPlatformKey(java.security.interfaces.ECPrivateKey ecPrivateKey, OpenSSLECGroupContext group)
Constructors in org.conscrypt with parameters of type OpenSSLECGroupContext Constructor Description OpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx)
OpenSSLECPrivateKey(OpenSSLECGroupContext group, OpenSSLKey key)
OpenSSLECPublicKey(OpenSSLECGroupContext group, OpenSSLKey key)
-