public class ECGOST3410NamedCurves extends Object
Constructor and Description |
---|
ECGOST3410NamedCurves() |
Modifier and Type | Method and Description |
---|---|
static ECDomainParameters |
getByName(String name) |
static ECDomainParameters |
getByOID(ASN1ObjectIdentifier oid)
return the ECDomainParameters object for the given OID, null if it
isn't present.
|
static String |
getName(ASN1ObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
static Enumeration |
getNames()
returns an enumeration containing the name strings for parameters
contained in this structure.
|
static ASN1ObjectIdentifier |
getOID(String name) |
static void |
main(String[] args) |
public static ECDomainParameters getByOID(ASN1ObjectIdentifier oid)
oid
- an object identifier representing a named parameters, if present.public static Enumeration getNames()
public static ECDomainParameters getByName(String name)
public static String getName(ASN1ObjectIdentifier oid)
public static ASN1ObjectIdentifier getOID(String name)
public static void main(String[] args)
Copyright © 2020 BouncyCastle.org. All rights reserved.