| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.ec |
| Modifier and Type | Method and Description |
|---|---|
EcParameterFormat |
EcParameterSpecWithName.getFormat()
Returns the parameter format indicator.
|
static EcParameterFormat |
EcParameterFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EcParameterFormat[] |
EcParameterFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
EcPublicKey.getEncoded(java.security.interfaces.ECPublicKey publicKey,
EcParameterFormat format)
Encodes an EC public key using the requested EC domain parameter format.
|
static EcParameterSpecWithName |
EcParameterFactory.getInstance(java.security.spec.ECParameterSpec params,
EcParameterFormat format)
Converts a set of EC domain parameters to the requested format.
|