An asymmetric key. More...
Public Member Functions | |
abstract fm.liveswitch.AsymmetricKeyType | getType () |
Gets the key type. More... | |
abstract boolean | hasPrivate () |
Returns. More... | |
abstract boolean | hasPublic () |
Returns. More... | |
Static Public Member Functions | |
static fm.liveswitch.AsymmetricKey | createKey (fm.liveswitch.AsymmetricKeyType keyType) |
Creates a key. More... | |
Protected Member Functions | |
AsymmetricKey () | |
An asymmetric key.
|
protected |
|
static |
Creates a key.
keyType | The key type. |
|
abstract |
Gets the key type.
Reimplemented in fm.liveswitch.RsaKey, and fm.liveswitch.EcdsaKey.
|
abstract |
Returns.
if the key contains private information.
Reimplemented in fm.liveswitch.RsaKey, and fm.liveswitch.EcdsaKey.
|
abstract |
Returns.
if the key contains public information.
Reimplemented in fm.liveswitch.RsaKey, and fm.liveswitch.EcdsaKey.