Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
ANSSINamedCurves.getByName(String name) |
static X9ECParameters |
ANSSINamedCurves.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 |
ECGOST3410NamedCurves.getByNameX9(String name) |
static X9ECParameters |
ECGOST3410NamedCurves.getByOIDX9(ASN1ObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
GMNamedCurves.getByName(String name) |
static X9ECParameters |
GMNamedCurves.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 |
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.
|
Constructor and Description |
---|
ECDomainParameters(X9ECParameters x9) |
ECNamedDomainParameters(ASN1ObjectIdentifier name,
X9ECParameters x9) |
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
SSHNamedCurves.getParameters(ASN1ObjectIdentifier oid) |
static X9ECParameters |
SSHNamedCurves.getParameters(String sshName) |
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
ECUtil.getNamedCurveByName(String curveName) |
static X9ECParameters |
ECUtil.getNamedCurveByOid(ASN1ObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
static ECParameterSpec |
EC5Util.convertToSpec(X9ECParameters domainParameters) |
Modifier and Type | Method and Description |
---|---|
static void |
DiscoverEndomorphisms.discoverEndomorphisms(X9ECParameters x9) |
static void |
TraceOptimizer.implPrintNonZeroTraceBits(X9ECParameters x9) |
static void |
TraceOptimizer.printNonZeroTraceBits(X9ECParameters x9) |
static void |
F2mSqrtOptimizer.printRootZ(X9ECParameters x9) |
Copyright © 2021 BouncyCastle.org. All rights reserved.