Class OpenSSHKeyFile

  • All Implemented Interfaces:
    FileKeyProvider, KeyProvider

    public class OpenSSHKeyFile
    extends PKCS8KeyFile
    Represents an OpenSSH identity that consists of a PKCS8-encoded private key file and an unencrypted public key file of the same name with the ".pub" extension. This allows to delay requesting of the passphrase until the private key is requested.
    See Also:
    PKCS8KeyFile
    • Constructor Detail

      • OpenSSHKeyFile

        public OpenSSHKeyFile()