Class AuthorizedKeyEntry

java.lang.Object
org.apache.sshd.common.config.keys.PublicKeyEntry
org.apache.sshd.common.config.keys.AuthorizedKeyEntry
All Implemented Interfaces:
Serializable, KeyTypeIndicator

public class AuthorizedKeyEntry extends PublicKeyEntry
Represents an entry in the user's authorized_keys file according to the OpenSSH format. Note: equals/hashCode check only the key type and data - the comment and/or login options are not considered part of equality
See Also: