public class DSTU4145NamedCurves extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static String |
oidBase |
(package private) static ASN1ObjectIdentifier[] |
oids |
private static BigInteger |
ONE |
static org.bouncycastle.crypto.params.ECDomainParameters[] |
params |
private static BigInteger |
ZERO |
Constructor and Description |
---|
DSTU4145NamedCurves() |
Modifier and Type | Method and Description |
---|---|
static org.bouncycastle.crypto.params.ECDomainParameters |
getByOID(ASN1ObjectIdentifier oid)
All named curves have the following oid format: 1.2.804.2.1.1.1.1.3.1.1.2.X
where X is the curve number 0-9
|
static ASN1ObjectIdentifier[] |
getOIDs()
All named curves have the following oid format: 1.2.804.2.1.1.1.1.3.1.1.2.X
where X is the curve number 0-9
|
private static final BigInteger ZERO
private static final BigInteger ONE
public static final org.bouncycastle.crypto.params.ECDomainParameters[] params
static final ASN1ObjectIdentifier[] oids
public DSTU4145NamedCurves()
public static ASN1ObjectIdentifier[] getOIDs()
public static org.bouncycastle.crypto.params.ECDomainParameters getByOID(ASN1ObjectIdentifier oid)