algorithm property
The SSH host key algorithm or the RDP certificate format.
For SSH host keys, the algorithm may be ssh-rsa
,
ecdsa-sha2-nistp256
, ssh-ed25519
, etc. For RDP
certificates, the algorithm is always x509-cert
.
Implementation
final String? algorithm;