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