Uses of Class
org.bouncycastle.asn1.x9.X9ECPoint
Packages that use X9ECPoint
Package
Description
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
Uses of X9ECPoint in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return X9ECPointModifier and TypeMethodDescriptionX9ECParameters.getBaseEntry()
Return the ASN.1 entry representing the base point G.Constructors in org.bouncycastle.asn1.x9 with parameters of type X9ECPointModifierConstructorDescriptionX9ECParameters
(ECCurve curve, X9ECPoint g, BigInteger n, BigInteger h) X9ECParameters
(ECCurve curve, X9ECPoint g, BigInteger n, BigInteger h, byte[] seed)