Class OpenSSHKeyV1KeyFile

  • All Implemented Interfaces:
    FileKeyProvider, KeyProvider

    public class OpenSSHKeyV1KeyFile
    extends BaseFileKeyProvider
    Reads a key file in the new OpenSSH format. The format is described in the following document: https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key
    • Field Detail

      • OPENSSH_PRIVATE_KEY

        public static final java.lang.String OPENSSH_PRIVATE_KEY
        See Also:
        Constant Field Values
      • log

        protected final org.slf4j.Logger log
    • Constructor Detail

      • OpenSSHKeyV1KeyFile

        public OpenSSHKeyV1KeyFile()