Uses of Class
org.conscrypt.OpenSSLECGroupContext
Packages that use OpenSSLECGroupContext
-
Uses of OpenSSLECGroupContext in org.conscrypt
Fields in org.conscrypt declared as OpenSSLECGroupContextModifier and TypeFieldDescriptionprivate OpenSSLECGroupContextECParameters.curveprivate OpenSSLECGroupContextOpenSSLECKeyPairGenerator.groupprivate final OpenSSLECGroupContextOpenSSLECPointContext.groupprotected OpenSSLECGroupContextOpenSSLECPrivateKey.groupprotected OpenSSLECGroupContextOpenSSLECPublicKey.groupMethods in org.conscrypt that return OpenSSLECGroupContextModifier and TypeMethodDescription(package private) static OpenSSLECGroupContextOpenSSLECGroupContext.getCurveByName(String curveName) (package private) static OpenSSLECGroupContextOpenSSLECGroupContext.getInstance(ECParameterSpec params) Methods in org.conscrypt with parameters of type OpenSSLECGroupContextModifier and TypeMethodDescription(package private) static OpenSSLECPointContextOpenSSLECPointContext.getInstance(OpenSSLECGroupContext group, ECPoint javaPoint) private static OpenSSLKeyOpenSSLECPrivateKey.wrapPlatformKey(ECPrivateKey ecPrivateKey, OpenSSLECGroupContext group) Constructors in org.conscrypt with parameters of type OpenSSLECGroupContextModifierConstructorDescription(package private)OpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx) (package private)OpenSSLECPrivateKey(OpenSSLECGroupContext group, OpenSSLKey key) (package private)OpenSSLECPublicKey(OpenSSLECGroupContext group, OpenSSLKey key)