Package org.conscrypt
Class OpenSSLECPointContext
- java.lang.Object
-
- org.conscrypt.OpenSSLECPointContext
-
final class OpenSSLECPointContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private OpenSSLECGroupContext
group
private NativeRef.EC_POINT
pointCtx
-
Constructor Summary
Constructors Constructor Description OpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
(package private) java.security.spec.ECPoint
getECPoint()
(package private) static OpenSSLECPointContext
getInstance(OpenSSLECGroupContext group, java.security.spec.ECPoint javaPoint)
(package private) NativeRef.EC_POINT
getNativeRef()
int
hashCode()
-
-
-
Field Detail
-
group
private final OpenSSLECGroupContext group
-
pointCtx
private final NativeRef.EC_POINT pointCtx
-
-
Constructor Detail
-
OpenSSLECPointContext
OpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
getECPoint
java.security.spec.ECPoint getECPoint()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getNativeRef
NativeRef.EC_POINT getNativeRef()
-
getInstance
static OpenSSLECPointContext getInstance(OpenSSLECGroupContext group, java.security.spec.ECPoint javaPoint)
-
-