| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
SSH host keys. More...
import <Security.idl;
| Public Attributes | |
| string | key | 
| Public key. | |
| SSHHostKeyType | type | 
| Type of public key. | |
| vector< SSHKeyFingerprint > | fingerprints | 
| Fingerprints of public key. | |
SSH host keys.
Definition at line 104 of file Security.idl.
| vector<SSHKeyFingerprint> security::SSHHostKey::fingerprints | 
Fingerprints of public key.
Definition at line 107 of file Security.idl.
| string security::SSHHostKey::key | 
Public key.
Definition at line 105 of file Security.idl.
| SSHHostKeyType security::SSHHostKey::type | 
Type of public key.
Definition at line 106 of file Security.idl.