Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
NISTNamedCurves.getByName(String name) |
static X9ECParameters |
NISTNamedCurves.getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
|
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
SECNamedCurves.getByName(String name) |
static X9ECParameters |
SECNamedCurves.getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
|
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
TeleTrusTNamedCurves.getByName(String name) |
static X9ECParameters |
TeleTrusTNamedCurves.getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
|
Modifier and Type | Method and Description |
---|---|
protected abstract X9ECParameters |
X9ECParametersHolder.createParameters() |
static X9ECParameters |
X962NamedCurves.getByName(String name) |
static X9ECParameters |
ECNamedCurveTable.getByName(String name)
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 |
ECNamedCurveTable.getByOID(ASN1ObjectIdentifier oid)
return a X9ECParameters object representing the passed in named
curve.
|
static X9ECParameters |
X9ECParameters.getInstance(Object obj) |
X9ECParameters |
X9ECParametersHolder.getParameters() |
Constructor and Description |
---|
X962Parameters(X9ECParameters ecParameters) |
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
CustomNamedCurves.getByName(String name) |
static X9ECParameters |
CustomNamedCurves.getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object
identifier.
|
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
ECUtil.getNamedCurveByOid(ASN1ObjectIdentifier oid) |
Copyright © 2016 BouncyCastle.org. All rights reserved.