Uses of Class
org.bouncycastle.asn1.x9.X9FieldID
-
Packages that use X9FieldID Package Description org.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve. -
-
Uses of X9FieldID in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return X9FieldID Modifier and Type Method Description X9FieldID
X9ECParameters. getFieldIDEntry()
Return the ASN.1 entry representing the FieldID.static X9FieldID
X9FieldID. getInstance(java.lang.Object obj)
Constructors in org.bouncycastle.asn1.x9 with parameters of type X9FieldID Constructor Description X9Curve(X9FieldID fieldID, java.math.BigInteger order, java.math.BigInteger cofactor, ASN1Sequence seq)
-