Package net.schmizz.sshj.common
-
Interface Summary Interface Description ErrorNotifiable API for classes that are capable of being notified on an error so they can cleanup.Factory<T> A basic factory interface.Factory.Named<T> Interface for a named factory.LoggerFactory SSHPacketHandler An interface for classes to which packet handling may be delegated.StreamCopier.Listener -
Class Summary Class Description Base64Decoder WrapsBase64.Decoder
in order to wrap uncheckedIllegalArgumentException
thrown by the default Java Base64 decoder here and there.Buffer<T extends Buffer<T>> Buffer.PlainBuffer ByteArrayUtils Utility functions for byte arrays.CircularBuffer<T extends CircularBuffer<T>> CircularBuffer.PlainCircularBuffer ECDSAVariationsAdapter ErrorNotifiable.Util Utility functions.Factory.Named.Util Utility functionsIOUtils KeyType.CertUtils SecurityUtils Static utility method relating to security facilities.SSHPacket StreamCopier -
Enum Summary Enum Description DisconnectReason Disconnect error codesKeyType Type of key e.g.Message SSH message identifiers -
Exception Summary Exception Description Base64DecodingException A checked wrapper for allIllegalArgumentException
, thrown byBase64.Decoder
.Buffer.BufferException CircularBuffer.CircularBufferException SSHException Most exceptions in thenet.schmizz.sshj
package are instances of this class.SSHRuntimeException Represents unrecoverable exceptions in thenet.schmizz.sshj
package.