Uses of Class
org.bouncycastle.asn1.x9.X9ECPoint
-
Packages that use X9ECPoint Package Description org.bouncycastle.asn1.x9 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 X9ECPoint Modifier and Type Method Description X9ECPoint
X9ECParameters. getBaseEntry()
Return the ASN.1 entry representing the base point G.Constructors in org.bouncycastle.asn1.x9 with parameters of type X9ECPoint Constructor Description X9ECParameters(ECCurve curve, X9ECPoint g, java.math.BigInteger n, java.math.BigInteger h)
X9ECParameters(ECCurve curve, X9ECPoint g, java.math.BigInteger n, java.math.BigInteger h, byte[] seed)
-