Package org.conscrypt
Class OpenSSLECPointContext
java.lang.Object
org.conscrypt.OpenSSLECPointContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final OpenSSLECGroupContextprivate final NativeRef.EC_POINT -
Constructor Summary
ConstructorsConstructorDescriptionOpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx) -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) ECPoint(package private) static OpenSSLECPointContextgetInstance(OpenSSLECGroupContext group, ECPoint javaPoint) (package private) NativeRef.EC_POINTinthashCode()
-
Field Details
-
group
-
pointCtx
-
-
Constructor Details
-
OpenSSLECPointContext
OpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx)
-
-
Method Details