Package org.apache.sshd.common.config.keys
package org.apache.sshd.common.config.keys
-
ClassDescriptionRepresents an entry in the user's
authorized_keys
file according to the OpenSSH format.Contains the names of the identitiesTODO Add javadocRepresents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA", "DSA", "EC".Draw an ASCII-Art representing the fingerprint so human brain can profit from its built-in pattern recognition ability.TODO Add javadocUtility class for keysAn OpenSSH certificate key as specified by OpenSSH.Certificate Options are a set of bytes that isOpenSshCertificate
s have a type indicating whether the certificate if for a host key (certifying a host identity) or for a user key (certifying a user identity).TODO Add javadocRepresents a decoder of anOpenSSH
encoded key dataPublicKeyRawDataDecoder<PUB extends PublicKey>PublicKeyRawDataReader<PUB extends PublicKey>