| Package | Description |
|---|---|
| iaik.security.ec.common | |
| iaik.security.ec.math.curve |
| Modifier and Type | Method and Description |
|---|---|
static PointEncoders |
PointEncoders.getDefaultPointEncoder()
Gets the default point encoding algorithm identifier.
|
static PointEncoders |
PointEncoders.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PointEncoders[] |
PointEncoders.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EllipticCurve.encodePoint(ECPoint p,
PointEncoders encoder)
Encodes a point, i.e.
|
static void |
PointEncoders.setDefaultPointEncoder(PointEncoders defaultPointEncoder)
Sets the default point encoding algorithm identifier.
|
| Constructor and Description |
|---|
TestECKeyEncoding(String name,
PointEncoders pointEncoder,
boolean oidEncoding) |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
EllipticCurve.encodePoint(ECPoint p,
PointEncoders encoder)
Encodes a point, i.e.
|
byte[] |
ECPoint.encodePoint(PointEncoders encoder)
Encodes this point, i.e.
|
Copyright © 2011–2022 Stiftung SIC. All rights reserved.