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 OpenSSLECGroupContextgroupprivate NativeRef.EC_POINTpointCtx
-
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 booleanequals(java.lang.Object o)(package private) java.security.spec.ECPointgetECPoint()(package private) static OpenSSLECPointContextgetInstance(OpenSSLECGroupContext group, java.security.spec.ECPoint javaPoint)(package private) NativeRef.EC_POINTgetNativeRef()inthashCode()
-
-
-
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:
equalsin classjava.lang.Object
-
getECPoint
java.security.spec.ECPoint getECPoint()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getNativeRef
NativeRef.EC_POINT getNativeRef()
-
getInstance
static OpenSSLECPointContext getInstance(OpenSSLECGroupContext group, java.security.spec.ECPoint javaPoint)
-
-