Class SVNSSHPrivateKeyUtil

java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNSSHPrivateKeyUtil

public class SVNSSHPrivateKeyUtil extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final java.lang.String
     
    private static final java.lang.String
     
    private static final java.lang.String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.trilead.ssh2.auth.AgentProxy
     
    static boolean
    isValidPrivateKey(char[] privateKey, char[] passphrase)
     
    static boolean
    isValidPrivateKey(char[] privateKey, java.lang.String passphrase)
    Deprecated. 
    static char[]
    readPrivateKey(java.io.File privateKey)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TRILEAD_AGENT_PROXY_CLASS

      private static final java.lang.String TRILEAD_AGENT_PROXY_CLASS
      See Also:
    • CONNECTOR_FACTORY_CLASS

      private static final java.lang.String CONNECTOR_FACTORY_CLASS
      See Also:
    • CONNECTOR_CLASS

      private static final java.lang.String CONNECTOR_CLASS
      See Also:
  • Constructor Details

    • SVNSSHPrivateKeyUtil

      public SVNSSHPrivateKeyUtil()
  • Method Details

    • createOptionalSSHAgentProxy

      public static com.trilead.ssh2.auth.AgentProxy createOptionalSSHAgentProxy()
    • readPrivateKey

      public static char[] readPrivateKey(java.io.File privateKey)
    • isValidPrivateKey

      public static boolean isValidPrivateKey(char[] privateKey, java.lang.String passphrase)
      Deprecated.
    • isValidPrivateKey

      public static boolean isValidPrivateKey(char[] privateKey, char[] passphrase)