Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionUse java.security.MessageDigest.getInstance("SHA1");use
DSAPrivateKeyuseDSAPublicKeyuserDSAKeyAlgorithmsignatures are now stored in ray byte[] form.useRSAPrivateKeyuseRSAPublicKeyUseRSAKeyAlgorithmsignatures are now stored as raw byte arrays
-
Deprecated MethodsMethodDescriptionYou should use one of the
authenticateWithPublicKey()methods, this method is just a wrapper for it and will disappear in future builds.Logging is now sent automatically to java.util.logging, and never to theDebugLogger.use PEMDecoder.decodeKeyPairThis method has been replaced with a much more powerful wait-for-condition interface and therefore acts only as a wrapper.
-
Deprecated ConstructorsConstructorDescriptionthis constructor (debug version) will disappear in the future, use
SFTPv3Client(Connection)instead.