Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionUse java.security.MessageDigest.getInstance("SHA1");use
DSAPrivateKey
useDSAPublicKey
userDSAKeyAlgorithm
signatures are now stored in ray byte[] form.useRSAPrivateKey
useRSAPublicKey
UseRSAKeyAlgorithm
signatures are now stored as raw byte arrays
-
Deprecated FieldsFieldDescriptionthe actual message digest is held in a private fieldMay be null if a newer Mac algorithm is usedMay be null if a newer Mac algorithm is used
-
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
.This 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.