Uses of Class
org.bouncycastle.asn1.x9.X9ECParameters
Packages that use X9ECParameters
Package
Description
Object Identifiers and curves belong to the French Agency, ANSSI.
Support classes for NIST related objects.
Classes for support of the SEC standard for Elliptic Curve.
Support classes for TeleTrust related objects.
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
Uses of X9ECParameters in org.bouncycastle.asn1.anssi
Methods in org.bouncycastle.asn1.anssi that return X9ECParametersModifier and TypeMethodDescriptionstatic X9ECParameters
static X9ECParameters
ANSSINamedCurves.getByOID
(ASN1ObjectIdentifier oid) return the X9ECParameters object for the named curve represented by the passed in object identifier. -
Uses of X9ECParameters in org.bouncycastle.asn1.nist
Methods in org.bouncycastle.asn1.nist that return X9ECParametersModifier and TypeMethodDescriptionstatic X9ECParameters
static X9ECParameters
NISTNamedCurves.getByOID
(ASN1ObjectIdentifier oid) return the X9ECParameters object for the named curve represented by the passed in object identifier. -
Uses of X9ECParameters in org.bouncycastle.asn1.sec
Methods in org.bouncycastle.asn1.sec that return X9ECParametersModifier and TypeMethodDescriptionstatic X9ECParameters
static X9ECParameters
SECNamedCurves.getByOID
(ASN1ObjectIdentifier oid) return the X9ECParameters object for the named curve represented by the passed in object identifier. -
Uses of X9ECParameters in org.bouncycastle.asn1.teletrust
Methods in org.bouncycastle.asn1.teletrust that return X9ECParametersModifier and TypeMethodDescriptionstatic X9ECParameters
static X9ECParameters
TeleTrusTNamedCurves.getByOID
(ASN1ObjectIdentifier oid) return the X9ECParameters object for the named curve represented by the passed in object identifier. -
Uses of X9ECParameters in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return X9ECParametersModifier and TypeMethodDescriptionprotected abstract X9ECParameters
X9ECParametersHolder.createParameters()
static X9ECParameters
return a X9ECParameters object representing the passed in named curve.static X9ECParameters
static X9ECParameters
ECNamedCurveTable.getByOID
(ASN1ObjectIdentifier oid) return a X9ECParameters object representing the passed in named curve.static X9ECParameters
X962NamedCurves.getByOID
(ASN1ObjectIdentifier oid) return the X9ECParameters object for the named curve represented by the passed in object identifier.static X9ECParameters
X9ECParameters.getInstance
(Object obj) X9ECParametersHolder.getParameters()
Constructors in org.bouncycastle.asn1.x9 with parameters of type X9ECParameters