Uses of Class
net.schmizz.sshj.userauth.keyprovider.FileKeyProvider.Format

Packages that use FileKeyProvider.Format
net.schmizz.sshj.userauth.keyprovider   
 

Uses of FileKeyProvider.Format in net.schmizz.sshj.userauth.keyprovider
 

Methods in net.schmizz.sshj.userauth.keyprovider that return FileKeyProvider.Format
static FileKeyProvider.Format KeyProviderUtil.detectKeyFileFormat(File location)
          Attempts to detect how a key file is encoded.
static FileKeyProvider.Format KeyProviderUtil.detectKeyFileFormat(String privateKey, boolean separatePubKey)
          Attempts to detect how a key file is encoded.
static FileKeyProvider.Format FileKeyProvider.Format.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileKeyProvider.Format[] FileKeyProvider.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012. All Rights Reserved.