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 OpenSSLECGroupContextECParameters. curveprivate OpenSSLECGroupContextOpenSSLECKeyPairGenerator. groupprivate OpenSSLECGroupContextOpenSSLECPointContext. groupprotected OpenSSLECGroupContextOpenSSLECPrivateKey. groupprotected OpenSSLECGroupContextOpenSSLECPublicKey. groupMethods in org.conscrypt that return OpenSSLECGroupContext Modifier and Type Method Description (package private) static OpenSSLECGroupContextOpenSSLECGroupContext. getCurveByName(java.lang.String curveName)(package private) static OpenSSLECGroupContextOpenSSLECGroupContext. getInstance(java.security.spec.ECParameterSpec params)Methods in org.conscrypt with parameters of type OpenSSLECGroupContext Modifier and Type Method Description (package private) static OpenSSLECPointContextOpenSSLECPointContext. getInstance(OpenSSLECGroupContext group, java.security.spec.ECPoint javaPoint)private static OpenSSLKeyOpenSSLECPrivateKey. 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)
-