Uses of Class
org.bouncycastle.asn1.x9.X9ECParameters
-
Packages that use X9ECParameters Package Description org.bouncycastle.asn1.anssi Object Identifiers and curves belong to the French Agency, ANSSI.org.bouncycastle.asn1.nist Support classes for NIST related objects.org.bouncycastle.asn1.sec Classes for support of the SEC standard for Elliptic Curve.org.bouncycastle.asn1.teletrust Support classes for TeleTrust related objects.org.bouncycastle.asn1.x9 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 X9ECParameters Modifier and Type Method Description static X9ECParameters
ANSSINamedCurves. getByName(java.lang.String name)
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 X9ECParameters Modifier and Type Method Description static X9ECParameters
NISTNamedCurves. getByName(java.lang.String name)
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 X9ECParameters Modifier and Type Method Description static X9ECParameters
SECNamedCurves. getByName(java.lang.String name)
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 X9ECParameters Modifier and Type Method Description static X9ECParameters
TeleTrusTNamedCurves. getByName(java.lang.String name)
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 X9ECParameters Modifier and Type Method Description protected abstract X9ECParameters
X9ECParametersHolder. createParameters()
static X9ECParameters
ECNamedCurveTable. getByName(java.lang.String name)
return a X9ECParameters object representing the passed in named curve.static X9ECParameters
X962NamedCurves. getByName(java.lang.String name)
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(java.lang.Object obj)
X9ECParameters
X9ECParametersHolder. getParameters()
Constructors in org.bouncycastle.asn1.x9 with parameters of type X9ECParameters Constructor Description X962Parameters(X9ECParameters ecParameters)
-