Package | Description |
---|---|
iaik.security.ec.common | |
iaik.security.ec.eddsa |
Modifier and Type | Class and Description |
---|---|
class |
EdPrivateKey
Representation of a public key for Ed algorithms.
|
class |
EdPublicKey
Representation of a public key for EdDSA/EdDH algorithms.
|
Modifier and Type | Method and Description |
---|---|
static EdKey |
EdKeyFactory.translateKey(Key key)
Translates a key to an
EdKey . |
Modifier and Type | Class and Description |
---|---|
class |
EdDSAPrivateKey
Representation of a private key for EdDSA algorithms and implementation of
the
ECPrivateKey interface. |
Modifier and Type | Method and Description |
---|---|
static EdKey |
EdDSAKeyFactory.translateKey(Key key)
Translates a key to an
EdKey . |
Copyright © 2011–2022 Stiftung SIC. All rights reserved.