Package org.bouncycastle.asn1.ua
Class DSTU4145NamedCurves
- java.lang.Object
-
- org.bouncycastle.asn1.ua.DSTU4145NamedCurves
-
public class DSTU4145NamedCurves extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DSTU4145NamedCurves()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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-9static 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
-
-
-
Method Detail
-
getOIDs
public 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
-
getByOID
public static 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
-
-