Asymmetric key types. More...
Public Member Functions | |
| AsymmetricKeyType (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static AsymmetricKeyType | getByAssignedValue (int value) |
Public Attributes | |
| Rsa =(1) | |
| Indicates an RSA key. More... | |
| Ecdsa =(2) | |
| Indicates an ECDSA key. More... | |
Asymmetric key types.
| fm.liveswitch.AsymmetricKeyType.AsymmetricKeyType | ( | int | value | ) |
|
static |
| int fm.liveswitch.AsymmetricKeyType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.AsymmetricKeyType.Ecdsa =(2) |
Indicates an ECDSA key.
| fm.liveswitch.AsymmetricKeyType.Rsa =(1) |
Indicates an RSA key.