public class NamedCurveRegistry extends Object
| Constructor and Description |
|---|
NamedCurveRegistry()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear all registered curves.
|
void |
deregister(NamedCurve curve)
Deregister a curve.
|
void |
deregister(String oid)
Deregister a curve.
|
NamedCurve |
get(String oid)
Get the curve associated with the specified object identifier.
|
void |
register(NamedCurve curve)
Register a curve.
|
@Nullable public NamedCurve get(String oid)
oid - the OID for the curve to resolvenullpublic void clear()
public void register(@Nonnull NamedCurve curve)
curve - the curvepublic void deregister(@Nonnull NamedCurve curve)
curve - the curveCopyright © 2020 Sweden Connect. All rights reserved.