Class PublicKeyEntry

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

public class PublicKeyEntry extends Object implements Serializable, KeyTypeIndicator

Represents a PublicKey whose data is formatted according to the OpenSSH format:

 <key-type> <base64-encoded-public-key-data>
 
See Also: