A B C D E F G H I K L M N P R S T U V W Z

A

ACCEPTING_SOCKETS - Static variable in class com.monica.javacom.transport.MJCTransportConstants
The MJCTransport runs a accepting server, that means it is able to establish connections for arriving new clients.
add(Object) - Method in class com.monica.javacom.util.MJCEqualityVector
Adds an object to the vector.
add(String) - Method in class com.monica.javacom.ciphering.StringLista
Adds a new element to the end of the list.
addC(char) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Adds a character to the current cursor position.
addC(char) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Adds a character to the current cursor position.
addCA(char[]) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Adds a char array to the current cursor position.
addCA(char[]) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Adds a char array to the current cursor position.
addS(String) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Adds a String to the current cursor position.
addS(String) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Adds a String to the current cursor position.
addToBuffer(byte[]) - Method in class com.monica.javacom.util.MJCStringBuffer
Adds a byte array to the buffer.
addToBuffer(byte[], int) - Method in class com.monica.javacom.util.MJCStringBuffer
Adds the first l bytes of the byte array to the buffer.
addToBuffer(byte[], int, int) - Method in class com.monica.javacom.util.MJCStringBuffer
Adds a part of byte array specified with offset and length to the buffer.
addToBuffer(char) - Method in class com.monica.javacom.util.MJCStringBuffer
Adds a single char to the buffer.
addToBuffer(char[]) - Method in class com.monica.javacom.util.MJCStringBuffer
Adds a char array to the buffer.
addToBuffer(char[], int, int) - Method in class com.monica.javacom.util.MJCStringBuffer
Adds a part of char array specified with offset and length to the buffer.
addToBuffer(String) - Method in class com.monica.javacom.util.MJCStringBuffer
Adds a String to the buffer.
addToBuffer(String, int, int) - Method in class com.monica.javacom.util.MJCStringBuffer
Adds a part of a String specified with offset and length to the buffer.
AES - class com.monica.javacom.ciphering.AES.
Implements an AES (American Encription Standard, also known as RC6) encoder/decoder, which is the recent standard for symmetric-key-ciphering of digital data.
AES(AESKey, int) - Constructor for class com.monica.javacom.ciphering.AES
Constructs a new AES encoder/decoder object.
AESKey - class com.monica.javacom.ciphering.AESKey.
This is the key object used to the AES object, which implements the AES encription algorithm.
AESKey(int[]) - Constructor for class com.monica.javacom.ciphering.AESKey
Constructs a new AESKey object.
AESKey(String) - Constructor for class com.monica.javacom.ciphering.AESKey
Constructs a new AESKey object.
AESKeyGenerator - class com.monica.javacom.ciphering.AESKeyGenerator.
Realizes an AESKeyGenerator.
AESKeyGenerator(int, Random) - Constructor for class com.monica.javacom.ciphering.AESKeyGenerator
Constructs a new AESKeyGenerator.
arrived(String) - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
This method tells this object that at the to be processsed stream new data has arrived.
authenticate(String, String, String) - Method in interface com.monica.javacom.interfaces.MJCSSHMACAlgorithm
Authenticates a message String (data) with a specified MAC String (MAC) accoring to the specified shared secret String (secret).
authenticate(String, String, String) - Method in class com.monica.javacom.ssh.MJCSSHHMAC
 
authenticate(String, String, String) - Method in class com.monica.javacom.ssh.MJCSSHNoneMAC
 
available() - Method in class com.monica.javacom.util.MJCStringBuffer
Returns the number of bytes that can still be added to the buffer without rejection.
available() - Method in class com.monica.javacom.util.MJCStringInputStream
 
available() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Returns the number of bytes that are currently available for reading from the stream.
available() - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Returns the number of bytes that are currently available for reading from the stream.

B

BadInputValueException - exception com.monica.javacom.ciphering.BadInputValueException.
Thrown by the constructors and different set- methods in classes AES and RSA to indicate that an input value was out of range.
BadInputValueException() - Constructor for class com.monica.javacom.ciphering.BadInputValueException
Constructs a BadInputValueException with no detail message.
BadInputValueException(String) - Constructor for class com.monica.javacom.ciphering.BadInputValueException
Constructs a BadInputValueException with the specified detail message.

C

checkSum(String) - Method in interface com.monica.javacom.interfaces.MJCTransport
Generates a checksum for a String.
checkSum(String) - Method in class com.monica.javacom.transport.MJCTCPTransport
Generates a checksum for a String.
chosenMatch(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Returns the first element of the comma separated String s, or throws an Exception if s is empty.
clear() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Clears the contents of the screen.
clear() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Clears the contents of the screen.
clearBuffer() - Method in class com.monica.javacom.util.MJCStringBuffer
 
close() - Method in class com.monica.javacom.util.MJCStringInputStream
 
close() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Closes the InputStream.
close() - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Closes the InputStream.
close() - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Closes the OuputStream.
close() - Method in class com.monica.javacom.streams.MJCReadableIsAOS
This method closes the OuputStream.
closeApplication() - Method in interface com.monica.javacom.interfaces.MJCCloser
This method closes the client side application.
closeApplication() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
closeApplication() - Method in class com.monica.javacom.manager.MJCManager
This method closes the client side application.
closeConnections() - Method in interface com.monica.javacom.interfaces.MJCTransport
Closes all connections of the MJCTransport.
closeConnections() - Method in class com.monica.javacom.transport.MJCTCPTransport
Close all active connections
com.monica.javacom.application - package com.monica.javacom.application
This package holds the application classes that should be run from the command line and classes that are used by the application classes.
com.monica.javacom.ciphering - package com.monica.javacom.ciphering
This package holds classes that are responsible for maintaining a secure connection over a reliable data connection.
com.monica.javacom.interfaces - package com.monica.javacom.interfaces
This package holds all non-standard interfaces of the Team MONICA JavaCom.
com.monica.javacom.manager - package com.monica.javacom.manager
This package hold classes that are responsible for management functions in the MJC connection between the client and the server side.
com.monica.javacom.protocol - package com.monica.javacom.protocol
This package holds classes that are responsible for the protocol functionality in the MJC layer hierarchy.
com.monica.javacom.ssh - package com.monica.javacom.ssh
This package holds all the classes that are mainly responsible for the SSH2 Client side functionality that was added to MJC v0.1 to become MJC v0.2.
com.monica.javacom.streams - package com.monica.javacom.streams
This package holds classes that enable programmers to use the MJC stream handling (MJCWriter, MJCWriteable, MJCReader, MJCReadable) in the java standard (InputStream, OutputSteam) way.

Classes of this package implement one of the four MJC basic stream handling interfaces such as MJCWriter, MJCWriteable, MJCReader, MJCReadable and have either a Has-A or an Is-A relationship to an InputStream or and OutputStream.
com.monica.javacom.terminal - package com.monica.javacom.terminal
This package holds classes that are responsible fo the terminal functionality in the MJC layer hierarchy.

Terminal functionality provides a possibility for sending/receiving output formatting character sequences.
com.monica.javacom.transport - package com.monica.javacom.transport
This package holds classes that are responsible for the transport functionality in the MJC layer hierarchy.

Transport functionality means the reliable data connection between two parties in a network.
com.monica.javacom.util - package com.monica.javacom.util
This package holds classes that provide functionality that couldn't be classified.

These classes provide functionality that is being used by classes of serveral different MJC packages, and that is essential for the MJC JavaCom working.
com.monica.javacom.virtualdisplay - package com.monica.javacom.virtualdisplay
This package holds classes that are responsible for visualizing the output for the user.
com.monica.javacom.virtualinput - package com.monica.javacom.virtualinput
This package holds classes that are responsible for handling the input from the user.
com.monica.javacom.window - package com.monica.javacom.window
This package holds classes that are responsible for providing a framework for the classes in the com.monica.javacom.virtualinput and com.monica.javacom.virtualdisplay packages for their functionality.
compress(String) - Method in interface com.monica.javacom.interfaces.MJCSSHCompressionAlgorithm
Compresses the given String.
compress(String) - Method in class com.monica.javacom.ssh.MJCSSHNoneCompression
 
compress(String) - Method in class com.monica.javacom.ssh.MJCSSHZLibCompression
Compresses the given String.
CONF_RE_FONT - Static variable in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
 
CONF_RE_SOFTFONT - Static variable in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
 
CONN_CHANNEL_OPEN_CONFIRM_MSG_DATA_DESC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
CONNECTED_CLIENT - Static variable in class com.monica.javacom.transport.MJCTransportConstants
The MJCTransport runs in an own thread as a client part for a server.
CONNECTED_SERVER - Static variable in class com.monica.javacom.transport.MJCTransportConstants
The MJCTransport runs in an own thread as a server part for a client.
connectionClosedEvent(MJCReadable) - Method in interface com.monica.javacom.interfaces.MJCReader
Indicates that the source connection of the specified MJCReadable has been closed.
connectionClosedEvent(MJCReadable) - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Handles the asynchronous connectionClosedEvents from the MJCReadable.
connectionClosedEvent(MJCReadable) - Method in class com.monica.javacom.streams.MJCReaderHasAOS
Handles the asynchronous connectionClosedEvents from the MJCReadable.
connectionClosedEvent(MJCReadable) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Indicates that the source connection of the specified MJCReadable has been closed.
connectionClosedEvent(MJCReadable) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Indicates that the source connection of the specified MJCReadable has been closed.
connectionClosedEvent(MJCReadable) - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Indicates that the source connection of the specified MJCReadable has been closed.
connectionClosedEvent(MJCReadable) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Indicates that the source connection of the specified MJCReadable has been closed.
connectionClosedEvent(MJCReadable) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
connectionClosedEvent(MJCReadable) - Method in class com.monica.javacom.manager.MJCManager
Indicates that the source connection of the specified MJCReadable has been closed.
count(Object, boolean) - Method in class com.monica.javacom.util.MJCEqualityVector
Returns the number of occurances of the Object o.
createMAC(String, String) - Method in interface com.monica.javacom.interfaces.MJCSSHMACAlgorithm
Creates the Message Authentication Code for the provided String (data) according to the provided shared secret String (secret).
createMAC(String, String) - Method in class com.monica.javacom.ssh.MJCSSHHMAC
 
createMAC(String, String) - Method in class com.monica.javacom.ssh.MJCSSHNoneMAC
 
createPackage(String) - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Creates an encrypted, MAC-ed, compressed SSH2 transport packet from the supplied payload and returns it as a String.
CROSS - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Cross

D

decode(String) - Method in interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm
Method for decryption of a String.
decode(String) - Method in class com.monica.javacom.ciphering.RSA
Decodes the specified String.
decode(String) - Method in class com.monica.javacom.ciphering.AES
Decodes the specified String.
decode(String) - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Decodes the specified String.
decode(String) - Method in class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
decode(String) - Method in class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
decompress(String) - Method in interface com.monica.javacom.interfaces.MJCSSHCompressionAlgorithm
Decompresses the given String.
decompress(String) - Method in class com.monica.javacom.ssh.MJCSSHNoneCompression
 
decompress(String) - Method in class com.monica.javacom.ssh.MJCSSHZLibCompression
Decompresses the given String.
deleteChar() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Deletes a character at the cursor position.
deleteChar() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Deletes a character at the cursor position.
deleteChar(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Deletes charNum characters at the cursor position.
deleteChar(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Deletes charNum characters at the cursor position.
deleteLine(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Deletes lineNum rows at the current cursor position.
deleteLine(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Deletes lineNum rows at the current cursor position.
delNextToken(String, String[]) - Method in class com.monica.javacom.ssh.MJCSSHIO
This method deletes the left substring of msg that would be returned by getNextToken(msg, spaces) and the separaing space string at the end of the result from getNextToken as well (if there is any).
DI_CONN_CHANNEL_OPEN_CONFIRM_INITIAL_WINDOW - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_CONN_CHANNEL_OPEN_CONFIRM_MAXIMUM_PACKET - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_CONN_CHANNEL_OPEN_CONFIRM_RECIPENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_CONN_CHANNEL_OPEN_CONFIRM_SENDER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_CONN_CHANNEL_OPEN_CONFIRM_TYPE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_DSS_BLOB_DATA - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_DSS_BLOB_TYPE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_F - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_K_S - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_SIGNATURE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_SSH_DSS_G - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_SSH_DSS_P - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_SSH_DSS_Q - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_SSH_DSS_TYPE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_SSH_DSS_Y - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXDH_REPLY_TYPE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_COMPRESSION_ALGORITHMS_CLIENT_TO_SERVER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_COMPRESSION_ALGORITHMS_SERVER_TO_CLIENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_COOKIE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_ENCRYPTION_ALGORITHMS_CLIENT_TO_SERVER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_ENCRYPTION_ALGORITHMS_SERVER_TO_CLIENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_FIRST_KEY_PACKET_FOLLOWS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_KEX_ALGORITHMS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_LANGUAGES_CLIENT_TO_SERVER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_LANGUAGES_SERVER_TO_CLIENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_MAC_ALGORITHMS_CLIENT_TO_SERVER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_MAC_ALGORITHMS_SERVER_TO_CLIENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_RESERVED - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_SERVER_HOST_KEY_ALGORITHMS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
DI_KEXINIT_TYPE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
drawChar(char, int, int, Color, Color, Graphics) - Method in interface com.monica.javacom.interfaces.MJCText
Draws the specified character (c) at the specified position (x,y: lower left corner) with the specified foregroung (f) and background (b) colors on the specified Graphics (g).
drawChar(char, int, int, Color, Color, Graphics) - Method in class com.monica.javacom.virtualdisplay.MJCSoftFont
 
dumpContents() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Dumps the contents of the screen to the standard output.

E

emptyBuffer() - Method in class com.monica.javacom.util.MJCStringBuffer
Returns the contents of the buffer.
emptyBuffer(int) - Method in class com.monica.javacom.util.MJCStringBuffer
Returns the first f bytes of the buffer.
encode(String) - Method in interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm
Method for encryption of a String.
encode(String) - Method in class com.monica.javacom.ciphering.RSA
Encodes the specified String.
encode(String) - Method in class com.monica.javacom.ciphering.AES
Encodes the specified String.
encode(String) - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Encodes the specified String.
encode(String) - Method in class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
encode(String) - Method in class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
equalsTo(Object, Object) - Method in interface com.monica.javacom.interfaces.MJCEquality
Returns wether the two specified Obejcts o1 and o2 are equal according to the implemented criteria.
equalsTo(Object, Object) - Method in class com.monica.javacom.util.MJCIntegerEquality
Returns true only then if both o1 and o2 are Integers and their intValue is the same.
eraseEOL() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Erases the contents of the current row from the horizontal cursor position (inclusive) to the last column (inclusive).
eraseEOL() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Erases the contents of the current row from the horizontal cursor position (inclusive) to the last column (inclusive).
errorEvent(String, MJCReadable) - Method in interface com.monica.javacom.interfaces.MJCReader
Indicates that there was an error in the source connection of the specified MJCReadable.
errorEvent(String, MJCReadable) - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Handles the asynchronous errorEvents from the MJCReadable.
errorEvent(String, MJCReadable) - Method in class com.monica.javacom.streams.MJCReaderHasAOS
Handles the asynchronous errorEvent from the MJCReadable.
errorEvent(String, MJCReadable) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Indicates that there was an error in the source connection of the specified MJCReadable.
errorEvent(String, MJCReadable) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Indicates that there was an error in the source connection of the specified MJCReadable.
errorEvent(String, MJCReadable) - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Indicates that there was an error in the source connection of the specified MJCReadable.
errorEvent(String, MJCReadable) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Indicates that there was an error in the source connection of the specified MJCReadable.
errorEvent(String, MJCReadable) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
errorEvent(String, MJCReadable) - Method in class com.monica.javacom.manager.MJCManager
Indicates that there was an error in the source connection of the specified MJCReadable.

F

findMatch(String, String, int) - Method in class com.monica.javacom.ssh.MJCSSHIO
Let s1 and s2 be two comma separated Strings.
firstIndex(Object, boolean) - Method in class com.monica.javacom.util.MJCEqualityVector
Returns the first occurance of the Object o.
flush() - Method in interface com.monica.javacom.interfaces.MJCWriteable
Flushes the contents of the write buffer to bottom layers.
flush() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
MJCWriteableIsAIS does not implement the flush method, because it cannot be ensured that after flush() the contents of the buffer will be read from the InputStream.
flush() - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Flushes the contents of the buffer to the MJCWriteable of this object.
flush() - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Flushes the read buffer to the MJCReader.
flush() - Method in class com.monica.javacom.streams.MJCWriteableHasAOS
Flushes the conents of the buffer to the OutputStream.
flush() - Method in class com.monica.javacom.transport.MJCTCPTransport
Flushes the contents of the write buffer to bottom layers.
flush() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Flushes the contents of the write buffer to bottom layers.
flush() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Flushes the contents of the write buffer to bottom layers.
flush() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Flushes the contents of the write buffer to bottom layers.
flush() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
flush() - Method in class com.monica.javacom.manager.MJCManager
Flushes the contents of the write buffer to bottom layers.

G

generateAESKey() - Method in class com.monica.javacom.ciphering.AESKeyGenerator
Generates a new AESKey with the given keyLength and Random object.
generateRSAKeyPair() - Method in class com.monica.javacom.ciphering.RSAKeyPairGenerator
Generates a new RSAKeyPair with the given keyLength, certainty, publicKey and Random object.
get(int) - Method in class com.monica.javacom.util.MJCEqualityVector
Returns the Object at the position pos.
getAvailable() - Method in interface com.monica.javacom.interfaces.MJCReadable
Returns the number of bytes that are available for read out from this MJCReadable.
getAvailable() - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Returns the number of bytes that can be read from this MJCReader.
getAvailable() - Method in class com.monica.javacom.streams.MJCReadableHasAIS
Returns the number of bytes that can be read from this object.
getAvailable() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the number of bytes that are available for read out from this MJCReadable.
getAvailable() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the number of bytes that are available for read out from this MJCReadable.
getAvailable() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the number of bytes that are available for read out from this MJCReadable.
getAvailable() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getAvailable() - Method in class com.monica.javacom.manager.MJCManager
Returns the number of bytes that are available for read out from this MJCReadable.
getBoolean(String) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Returns a boolean configuraton value for the specified configuration id.
getBoolean(String) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Returns a boolean configuraton value for the specified configuration id.
getBoolean(String, boolean) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Returns a boolean configuraton value for the specified configuration id.
getBoolean(String, boolean) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Returns a boolean configuraton value for the specified configuration id.
getBuffer() - Method in class com.monica.javacom.util.MJCStringBuffer
Returns the contents of the buffer.
getBufferLength() - Method in class com.monica.javacom.util.MJCStringBuffer
Returns the actual length of the buffer.
getBytes(String) - Method in class com.monica.javacom.util.MJCConverter
Converts a String to a byte array.
getCertainty() - Method in class com.monica.javacom.ciphering.RSAKeyPairGenerator
Returns the certainty of the being prime of the modulus components.
getCipherAlgorithmName() - Method in interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm
Returns the MJC name of the of the MJCSSHCipherAlgorithm.
getCipherAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Returns the name of the coder algorithm.
getCipherAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
getCipherAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
getCipherAlgorithmVersion() - Method in interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm
Returns the MJC version of the MJCSSHCipherAlgorithm.
getCipherAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Returns the version of the coder algorithm.
getCipherAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
getCipherAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
getCipherBlockSize() - Method in interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm
Returns the length of the minimal encryption length.
getCipherBlockSize() - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Returns the length of the block that can be coded on this coder/decoder.
getCipherBlockSize() - Method in class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
getCipherBlockSize() - Method in class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
getCipheringName() - Method in interface com.monica.javacom.interfaces.MJCCiphering
Returns the MJC name of the MJCCiphering.
getCipheringName() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC name of the MJCCiphering.
getCipheringVersion() - Method in interface com.monica.javacom.interfaces.MJCCiphering
Returns the MJC version of the MJCCiphering.
getCipheringVersion() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC version of the MJCCiphering.
getCloser() - Method in interface com.monica.javacom.interfaces.MJCWindow
Returns the MJCCloser responsible for the closing of the client side application upon user request.
getCloser() - Method in class com.monica.javacom.window.MJCAppletWindow
Returns the MJCCloser responsible for the closing of the client side application upon user request.
getCloser() - Method in class com.monica.javacom.window.MJCSSHAppletWindow
Returns the MJCCloser responsible for the closing of the client side application upon user request.
getCloser() - Method in class com.monica.javacom.window.MJCAWTWindow
Returns the MJCCloser responsible for the closing of the client side application upon user request.
getCloserName() - Method in interface com.monica.javacom.interfaces.MJCCloser
Returns the MJC name of the MJCCloser.
getCloserName() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getCloserName() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC name of the MJCCloser.
getCloserVersion() - Method in interface com.monica.javacom.interfaces.MJCCloser
Returns the MJC version of the MJCCloser.
getCloserVersion() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getCloserVersion() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC version of the MJCCloser.
getCompressionAlgorithmName() - Method in interface com.monica.javacom.interfaces.MJCSSHCompressionAlgorithm
Returns the MJC name of the MJCSSHCompressionAlgorithm.
getCompressionAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSHNoneCompression
 
getCompressionAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSHZLibCompression
Returns the MJC name of the MJCSSHCompressionAlgorithm.
getCompressionAlgorithmVersion() - Method in interface com.monica.javacom.interfaces.MJCSSHCompressionAlgorithm
Returns the MJC version of the MJCSSHCompressionAlgorithm.
getCompressionAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSHNoneCompression
 
getCompressionAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSHZLibCompression
Returns the MJC version of the MJCSSHCompressionAlgorithm.
getConfiguration() - Method in interface com.monica.javacom.interfaces.MJCConfigureable
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.window.MJCAppletWindow
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.window.MJCSSHAppletWindow
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.window.MJCAWTWindow
Returns the MJCConfiguration with which this object is customized.
getConfiguration() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getConfiguration() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJCConfiguration with which this object is customized.
getConfigurationName() - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Returns the MJC name of the MJCConfiguration.
getConfigurationName() - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Sets the MJCConfiguration for this object.
getConfigurationName() - Method in class com.monica.javacom.util.MJCFileConfiguration
Sets the MJCConfiguration for this object.
getConfigurationName() - Method in class com.monica.javacom.util.MJCStringConfiguration
Sets the MJCConfiguration for this object.
getConfigurationVersion() - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Returns the MJC version of the MJCConfiguration.
getConfigurationVersion() - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Returns the MJCConfiguration with which this object is customized.
getConfigurationVersion() - Method in class com.monica.javacom.util.MJCFileConfiguration
Returns the MJCConfiguration with which this object is customized.
getConfigurationVersion() - Method in class com.monica.javacom.util.MJCStringConfiguration
Returns the MJCConfiguration with which this object is customized.
getCPosX() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Returns the current column of the cursor.
getCPosX() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Returns the current column of the cursor.
getCPosY() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Returns the current row of the cursor.
getCPosY() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Returns the current row of the cursor.
getCRC(String) - Method in class com.monica.javacom.util.MJCAdler32
 
getCSizeX() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Returns the screen width in characters.
getCSizeX() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Returns the screen width in characters.
getCSizeY() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Returns the screen height in characters.
getCSizeY() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Returns the screen height in characters.
getExponent() - Method in class com.monica.javacom.ciphering.RSAKey
Returns the exponent of the RSAKey.
getFirst() - Method in class com.monica.javacom.ciphering.StringLista
Returns and removes the first element of the list.
getHashAlgorithmName() - Method in interface com.monica.javacom.interfaces.MJCSSHHashAlgorithm
Returns the MJC name of the MJCSSHHashAlgorithm.
getHashAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSHSHA1
 
getHashAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSHMD5
 
getHashAlgorithmVersion() - Method in interface com.monica.javacom.interfaces.MJCSSHHashAlgorithm
Returns the MJC version of the MJCSSHHashAlgorithm.
getHashAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSHSHA1
 
getHashAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSHMD5
 
getHashLength() - Method in interface com.monica.javacom.interfaces.MJCSSHHashAlgorithm
Returns the length of the hash value (as String) in number of bytes.
getHashLength() - Method in class com.monica.javacom.ssh.MJCSSHSHA1
 
getHashLength() - Method in class com.monica.javacom.ssh.MJCSSHMD5
 
getHeight() - Method in interface com.monica.javacom.interfaces.MJCText
Returns the charHeight of a single character.
getHeight() - Method in class com.monica.javacom.virtualdisplay.MJCSoftFont
 
getInput() - Method in interface com.monica.javacom.interfaces.MJCReadable
Returns the contents of the read buffer from this MJCReadable.
getInput() - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Returns the String that can be read from this MJCReader, this means the data that has been written to it as an OutputStream.
getInput() - Method in class com.monica.javacom.streams.MJCReadableHasAIS
Returns the contents of the read buffer.
getInput() - Method in class com.monica.javacom.transport.MJCTCPTransport
Get back the data arrived from the socket and read out by listenForRead.
getInput() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the contents of the read buffer from this MJCReadable.
getInput() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the contents of the read buffer from this MJCReadable.
getInput() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getInput() - Method in class com.monica.javacom.manager.MJCManager
Returns the contents of the read buffer from this MJCReadable.
getInt(String) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Retuns an int configuration value for the specified configuration id.
getInt(String) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Retuns an int configuration value for the specified configuration id.
getInt(String, int) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Returns an int configuraton value for the specified configuration id.
getInt(String, int) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Returns an int configuraton value for the specified configuration id.
getIntFromStrings(String, String[], int[], int) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Useable if String possible values in the configuration source should be mapped into ints as configuration values.
getIntFromStrings(String, String[], int[], int) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Useable if String possible values in the configuration source should be mapped into ints as configuration values.
getKey() - Method in class com.monica.javacom.ciphering.RSA
Returns the RSAKey of this RSA object.
getKey() - Method in class com.monica.javacom.ciphering.AES
Returns the AESKey of this AES object.
getKey() - Method in class com.monica.javacom.ciphering.AESKey
Returns a copy of the AESKey random numbers.
getKeyLength() - Method in class com.monica.javacom.ciphering.RSAKeyPairGenerator
Returns the keylength of the RSAKeyPair to be generated.
getKeyLength() - Method in class com.monica.javacom.ciphering.AESKeyGenerator
Returns the keylength of the AESKey to be generated.
getLastError() - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Returns the description of the last occured error.
getLastWriteableError() - Method in interface com.monica.javacom.interfaces.MJCWriteable
Returns the error message of the last occured error.
getLastWriteableError() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Returns the last error that occured during the write methods.
getLastWriteableError() - Method in class com.monica.javacom.streams.MJCWriteableHasAOS
Returns the description of the last occured error.
getLastWriteableError() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the error message of the last occured error.
getLastWriteableError() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the error message of the last occured error.
getLastWriteableError() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the error message of the last occured error.
getLastWriteableError() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the error message of the last occured error.
getLastWriteableError() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getLastWriteableError() - Method in class com.monica.javacom.manager.MJCManager
Returns the error message of the last occured error.
getMACAlgorithmName() - Method in interface com.monica.javacom.interfaces.MJCSSHMACAlgorithm
Returns the MJC name of the MJCSSHMACAlgorithm.
getMACAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSHHMAC
 
getMACAlgorithmName() - Method in class com.monica.javacom.ssh.MJCSSHNoneMAC
 
getMACAlgorithmVersion() - Method in interface com.monica.javacom.interfaces.MJCSSHMACAlgorithm
Returns the MJC version of the MJCSSHMACAlgorithm.
getMACAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSHHMAC
 
getMACAlgorithmVersion() - Method in class com.monica.javacom.ssh.MJCSSHNoneMAC
 
getMACLength() - Method in interface com.monica.javacom.interfaces.MJCSSHMACAlgorithm
Return the length of the MAC in bytes.
getMACLength() - Method in class com.monica.javacom.ssh.MJCSSHHMAC
 
getMACLength() - Method in class com.monica.javacom.ssh.MJCSSHNoneMAC
 
getMaxBufferLength() - Method in class com.monica.javacom.util.MJCStringBuffer
Returns the maximal length of the contents of the buffer.
getModulus() - Method in class com.monica.javacom.ciphering.RSAKey
Returns the modulus of the RSAKey.
getNextPackage() - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Returns the next available packet from the processed packets.
getNextToken(String, String[]) - Method in class com.monica.javacom.ssh.MJCSSHIO
Let msg be a String that can contain separating space Strings.
getNumberOfRounds() - Method in class com.monica.javacom.ciphering.AES
Returns the number of rounds of this AES object.
getPrivate() - Method in class com.monica.javacom.ciphering.RSAKeyPair
Returns the private key part of the RSAKey.
getProtocolName() - Method in interface com.monica.javacom.interfaces.MJCProtocol
Returns the MJC name of the MJCProtocol.
getProtocolName() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC name of the MJCProtocol.
getProtocolVersion() - Method in interface com.monica.javacom.interfaces.MJCProtocol
Returns the MJC version of the MJCProtocol.
getProtocolVersion() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC version of the MJCProtocol.
getPublic() - Method in class com.monica.javacom.ciphering.RSAKeyPair
Returns the public key part of the RSAKey.
getPublicKey() - Method in class com.monica.javacom.ciphering.RSAKeyPairGenerator
Returns the suggested public key of the RSAKeyPair to be generated.
getReadable() - Method in interface com.monica.javacom.interfaces.MJCReader
Returns the MJCReadable from which data will be read.
getReadable() - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Queries the MJCReadable from which data will be read.
getReadable() - Method in class com.monica.javacom.streams.MJCReaderHasAOS
Queries the MJCReadable from which data will be read.
getReadable() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJCReadable from which data will be read.
getReadable() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJCReadable from which data will be read.
getReadable() - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Returns the MJCReadable from which data will be read.
getReadable() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJCReadable from which data will be read.
getReadable() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getReadable() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJCReadable from which data will be read.
getReadableName() - Method in interface com.monica.javacom.interfaces.MJCReadable
Returns the MJC name of the MJCReadable.
getReadableName() - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Returns the MJC name of the MJCReadable.
getReadableName() - Method in class com.monica.javacom.streams.MJCReadableHasAIS
Returns the MJC name of the MJCReadable.
getReadableName() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJC name of the MJCReadable.
getReadableName() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC name of the MJCReadable.
getReadableName() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC name of the MJCReadable.
getReadableName() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getReadableName() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC name of the MJCReadable.
getReadableVersion() - Method in interface com.monica.javacom.interfaces.MJCReadable
Returns the MJC version of the MJCReadable.
getReadableVersion() - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Returns the MJC version of the MJCReadable.
getReadableVersion() - Method in class com.monica.javacom.streams.MJCReadableHasAIS
Returns the MJC version of the MJCReadable.
getReadableVersion() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJC version of the MJCReadable.
getReadableVersion() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC version of the MJCReadable.
getReadableVersion() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC version of the MJCReadable.
getReadableVersion() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getReadableVersion() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC version of the MJCReadable.
getReader() - Method in interface com.monica.javacom.interfaces.MJCReadable
Returns the MJCReader to which readEvents will be sent.
getReader() - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Gets the MJCReader, which will query data from this object.
getReader() - Method in class com.monica.javacom.streams.MJCReadableHasAIS
Returns the MJCReader to which the readEvents will be sent.
getReader() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJCReader to which readEvents will be sent.
getReader() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJCReader to which readEvents will be sent.
getReader() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJCReader to which readEvents will be sent.
getReader() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getReader() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJCReader to which readEvents will be sent.
getReaderName() - Method in interface com.monica.javacom.interfaces.MJCReader
Returns the MJC name of the MJCReader.
getReaderName() - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Returns the MJC name of the MJCReader.
getReaderName() - Method in class com.monica.javacom.streams.MJCReaderHasAOS
Returns the MJC name of the MJCReader.
getReaderName() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC name of the MJCReader.
getReaderName() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC name of the MJCReader.
getReaderName() - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Returns the MJC name of the MJCReader.
getReaderName() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJC name of the MJCReader.
getReaderName() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getReaderName() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC name of the MJCReader.
getReaderVersion() - Method in interface com.monica.javacom.interfaces.MJCReader
Returns the MJC version of the MJCReader.
getReaderVersion() - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Returns the MJC version of the MJCReader.
getReaderVersion() - Method in class com.monica.javacom.streams.MJCReaderHasAOS
Returns the MJC version of the MJCReader.
getReaderVersion() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC version of the MJCReader.
getReaderVersion() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC version of the MJCReader.
getReaderVersion() - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Returns the MJC version of the MJCReader.
getReaderVersion() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJC version of the MJCReader.
getReaderVersion() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getReaderVersion() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC version of the MJCReader.
getServerManager() - Method in interface com.monica.javacom.interfaces.MJCTransport
Returns the MJCServerManager which will be notified if a client connects.
getServerManager() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJCServerManager which will be notified if a client connects.
getServerManagerName() - Method in interface com.monica.javacom.interfaces.MJCServerManager
Returns the MJC name of the MJCServerManager.
getServerManagerName() - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Returns the MJC name of the MJCServerManager.
getServerManagerVersion() - Method in interface com.monica.javacom.interfaces.MJCServerManager
Returns the MJC version of the MJCServerManager.
getServerManagerVersion() - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Returns the MJC version of the MJCServerManager.
getState() - Method in interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm
Returns the state of the cipher mechanism.
getState() - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Returns the current state of the MJCSSH3DESCBC coder/decoder.
getState() - Method in class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
getState() - Method in class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
getStream(String) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Returns the InputStream identified with the specified ID.
getStream(String) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Returns the InputStream identified with the specified ID.
getString(String) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Returns a String configuraton value for the specified configuration id.
getString(String) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Returns a String configuraton value for the specified configuration id.
getString(String, String) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Returns a String configuraton value for the specified configuration id.
getString(String, String) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Returns a String configuraton value for the specified configuration id.
getTerminalName() - Method in interface com.monica.javacom.interfaces.MJCTerminal
Returns the MJC name of the MJCTerminal.
getTerminalName() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJC name of the MJCTerminal.
getTerminalVersion() - Method in interface com.monica.javacom.interfaces.MJCTerminal
Returns the MJC version of the MJCTerminal.
getTerminalVersion() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJC version of the MJCTerminal.
getTextName() - Method in interface com.monica.javacom.interfaces.MJCText
Returns the MJC name of the MJCText.
getTextName() - Method in class com.monica.javacom.virtualdisplay.MJCSoftFont
 
getTextVersion() - Method in interface com.monica.javacom.interfaces.MJCText
Returns the MJC version of the MJCText.
getTextVersion() - Method in class com.monica.javacom.virtualdisplay.MJCSoftFont
 
getTransportName() - Method in interface com.monica.javacom.interfaces.MJCTransport
Returns the MJC name of the MJCTransport.
getTransportName() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJC name of the MJCTransport.
getTransportVersion() - Method in interface com.monica.javacom.interfaces.MJCTransport
Returns the MJC version of the MJCTransport.
getTransportVersion() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJC version of the MJCTransport.
getType() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the name of the terminal.
getVirtualDisplay() - Method in interface com.monica.javacom.interfaces.MJCTerminal
Returns the MJCVirtualDisplay to which the interpreted contents of the input stream will be sent.
getVirtualDisplay() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJCVirtualDisplay to which the interpreted contents of the input stream will be sent.
getVirtualDisplayName() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Returns the MJC name of the MJCVirtualDisplay.
getVirtualDisplayName() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Returns the MJC name of the MJCVirtualDisplay.
getVirtualDisplayVersion() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Returns the MJC version of the MJCVirtualDisplay.
getVirtualDisplayVersion() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Returns the MJC version of the MJCVirtualDisplay.
getVirtualInputName() - Method in interface com.monica.javacom.interfaces.MJCVirtualInput
Returns the MJC name of the MJCVirtualInput.
getVirtualInputName() - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Returns the MJC name of the MJCVirtualInput.
getVirtualInputVersion() - Method in interface com.monica.javacom.interfaces.MJCVirtualInput
Returns the MJC version of the MJCVirtualInput.
getVirtualInputVersion() - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Returns the MJC version of the MJCVirtualInput.
getWidth() - Method in interface com.monica.javacom.interfaces.MJCText
Returns the charWidth of a single character.
getWidth() - Method in class com.monica.javacom.virtualdisplay.MJCSoftFont
 
getWindowName() - Method in interface com.monica.javacom.interfaces.MJCWindow
Returns the MJC name of the MJCWindow.
getWindowName() - Method in class com.monica.javacom.window.MJCAppletWindow
Returns the MJC name of the MJCWindow.
getWindowName() - Method in class com.monica.javacom.window.MJCSSHAppletWindow
Returns the MJC name of the MJCWindow.
getWindowName() - Method in class com.monica.javacom.window.MJCAWTWindow
Returns the MJC name of the MJCWindow.
getWindowVersion() - Method in interface com.monica.javacom.interfaces.MJCWindow
Returns the MJC version of the MJCWindow.
getWindowVersion() - Method in class com.monica.javacom.window.MJCAppletWindow
Returns the MJC version of the MJCWindow.
getWindowVersion() - Method in class com.monica.javacom.window.MJCSSHAppletWindow
Returns the MJC version of the MJCWindow.
getWindowVersion() - Method in class com.monica.javacom.window.MJCAWTWindow
Returns the MJC version of the MJCWindow.
getWriteable() - Method in interface com.monica.javacom.interfaces.MJCWriter
Returns the MJCWriteable to which this MCJWriter will write.
getWriteable() - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Returns the MJCWriteable to which this object writes.
getWriteable() - Method in class com.monica.javacom.streams.MJCWriterHasAIS
Returns the MJCWriteable to which data read from the InputStream will be written.
getWriteable() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJCWriteable to which this MCJWriter will write.
getWriteable() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJCWriteable to which this MCJWriter will write.
getWriteable() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJCWriteable to which this MCJWriter will write.
getWriteable() - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Returns the MJCWriteable to which this MCJWriter will write.
getWriteable() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getWriteable() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJCWriteable to which this MCJWriter will write.
getWriteableName() - Method in interface com.monica.javacom.interfaces.MJCWriteable
Returns the MJC name of the MJCWriteable.
getWriteableName() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Returns the MJC name of the MJCWriteable.
getWriteableName() - Method in class com.monica.javacom.streams.MJCWriteableHasAOS
Returns the MJC name of the MJCWriteable.
getWriteableName() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJC name of the MJCWriteable.
getWriteableName() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC name of the MJCWriteable.
getWriteableName() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC name of the MJCWriteable.
getWriteableName() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJC name of the MJCWriteable.
getWriteableName() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getWriteableName() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC name of the MJCWriteable.
getWriteableVersion() - Method in interface com.monica.javacom.interfaces.MJCWriteable
Returns the MJC version of the MJCWriteable.
getWriteableVersion() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Returns the MJC version of the MJCWriteable.
getWriteableVersion() - Method in class com.monica.javacom.streams.MJCWriteableHasAOS
Returns the MJC version of the MJCWriteable.
getWriteableVersion() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns the MJC version of the MJCWriteable.
getWriteableVersion() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC version of the MJCWriteable.
getWriteableVersion() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC version of the MJCWriteable.
getWriteableVersion() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJC version of the MJCWriteable.
getWriteableVersion() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getWriteableVersion() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC version of the MJCWriteable.
getWriterName() - Method in interface com.monica.javacom.interfaces.MJCWriter
Returns the MJC name of the MJCWriter.
getWriterName() - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Returns the MJC name of the MJCWriter.
getWriterName() - Method in class com.monica.javacom.streams.MJCWriterHasAIS
Returns the MJC name of the MJCWriter.
getWriterName() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC name of the MJCWriter.
getWriterName() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC name of the MJCWriter.
getWriterName() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJC name of the MJCWriter.
getWriterName() - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Returns the MJC name of the MJCWriter.
getWriterName() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getWriterName() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC name of the MJCWriter.
getWriterVersion() - Method in interface com.monica.javacom.interfaces.MJCWriter
Returns the MJC version of the MJCWriter.
getWriterVersion() - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Returns the MJC version of the MJCWriter.
getWriterVersion() - Method in class com.monica.javacom.streams.MJCWriterHasAIS
Returns the MJC version of the MJCWriter.
getWriterVersion() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns the MJC version of the MJCWriter.
getWriterVersion() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns the MJC version of the MJCWriter.
getWriterVersion() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns the MJC version of the MJCWriter.
getWriterVersion() - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Returns the MJC version of the MJCWriter.
getWriterVersion() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
getWriterVersion() - Method in class com.monica.javacom.manager.MJCManager
Returns the MJC version of the MJCWriter.
goDown() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursor goes one row down (if possible).
goDown() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursor goes one row down (if possible).
goDown(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursor goes num times down.
goDown(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursor goes num times down.
goLeft() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursor goes one column to the left.
goLeft() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursor goes one column to the left.
goLeft(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursor goes <>num times to the left.
goLeft(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursor goes <>num times to the left.
goRight() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursor goes one column to the right.
goRight() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursor goes one column to the right.
goRight(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursor goes num times to the right.
goRight(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursor goes num times to the right.
goUp() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursor goes one row up (if possible).
goUp() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursor goes one row up (if possible).
goUp(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursor goes num times up.
goUp(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursor goes num times up.

H

hash(String) - Method in interface com.monica.javacom.interfaces.MJCSSHHashAlgorithm
Returns the hash value of the given String.
hash(String) - Method in class com.monica.javacom.ssh.MJCSSHSHA1
 
hash(String) - Method in class com.monica.javacom.ssh.MJCSSHMD5
 
hashAsBigInteger(String) - Method in interface com.monica.javacom.interfaces.MJCSSHHashAlgorithm
Returns the hash value of the given String as BigInteger.
hashAsBigInteger(String) - Method in class com.monica.javacom.ssh.MJCSSHSHA1
 
hashAsBigInteger(String) - Method in class com.monica.javacom.ssh.MJCSSHMD5
 
HORIZ_LINE - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Horizontal line
HORIZ_VERT_LEFT - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Left vertical line with horizontal line in the middle
HORIZ_VERT_RIGHT - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Right vertical line with horizontal line in the middle

I

init() - Method in class com.monica.javacom.window.MJCAppletWindow
 
init() - Method in class com.monica.javacom.window.MJCSSHAppletWindow
 
init(int, int, InputStream) - Method in interface com.monica.javacom.interfaces.MJCText
Initializes the MJCText by specifying charWith, charHeight and an InputStream for configuration processing.
init(int, int, InputStream) - Method in class com.monica.javacom.virtualdisplay.MJCSoftFont
 
initAsClient(String, int) - Method in interface com.monica.javacom.interfaces.MJCTransport
Initializes the MJCTransport as the client side.
initAsClient(String, int) - Method in class com.monica.javacom.transport.MJCTCPTransport
Initializes the MJCTransport as the client side.
initAsServer(int) - Method in interface com.monica.javacom.interfaces.MJCTransport
Initializes the MJCTransport as the server side.
initAsServer(int) - Method in class com.monica.javacom.transport.MJCTCPTransport
Initializes the MJCTransport as the server side.
insert(Object, int) - Method in class com.monica.javacom.util.MJCEqualityVector
Inserts the supplied Object o to be the supplied position pos.
insertChar() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Inserts an empty character at the cursor position.
insertChar() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Inserts an empty character at the cursor position.
insertChar(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Inserts charNum empty characters at the cursor position.
insertChar(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Inserts charNum empty characters at the cursor position.
insertLine(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Inserts lineNum rows at the current cursor position.
insertLine(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Inserts lineNum rows at the current cursor position.
iS - Variable in class com.monica.javacom.util.MJCInputStreamConfiguration
The InputStream from which the configuration settings will be read.
isAvailable() - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Returns true if there are processed packets that can be retrieved.
isEmpty() - Method in class com.monica.javacom.ciphering.StringLista
Returns wheather the list is empty.
isReadableConnected() - Method in interface com.monica.javacom.interfaces.MJCReadable
Returns wether the MJCReadable is still connected to its source.
isReadableConnected() - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Returns wether the it could be read from this object.
isReadableConnected() - Method in class com.monica.javacom.streams.MJCReadableHasAIS
Returns wether the InputStream is still connected or the stream has reached an end.
isReadableConnected() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns wether the MJCReadable is still connected to its source.
isReadableConnected() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns wether the MJCReadable is still connected to its source.
isReadableConnected() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns wether the MJCReadable is still connected to its source.
isReadableConnected() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
isReadableConnected() - Method in class com.monica.javacom.manager.MJCManager
Returns wether the MJCReadable is still connected to its source.
isWindows() - Method in class com.monica.javacom.util.MJCConverter
Are we running under Windows?
isWriteableConnected() - Method in interface com.monica.javacom.interfaces.MJCWriteable
Returns wether the MJCWriteable is connected to its target.
isWriteableConnected() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Returns wether the InputStream is still open.
isWriteableConnected() - Method in class com.monica.javacom.streams.MJCWriteableHasAOS
Returns wether this MJCWriteable object is still connected to the OutputStream, that means, wether this object can still write to the OutputStream.
isWriteableConnected() - Method in class com.monica.javacom.transport.MJCTCPTransport
Returns wether the MJCWriteable is connected to its target.
isWriteableConnected() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Returns wether the MJCWriteable is connected to its target.
isWriteableConnected() - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Returns wether the MJCWriteable is connected to its target.
isWriteableConnected() - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Returns wether the MJCWriteable is connected to its target.
isWriteableConnected() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
isWriteableConnected() - Method in class com.monica.javacom.manager.MJCManager
Returns wether the MJCWriteable is connected to its target.

K

KEX_INIT_MSG_DATA_DESC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
KEXDH_REPLY_DSS_BLOB_MSG_DATA_DESC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
KEXDH_REPLY_MSG_DATA_DESC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
KEXDH_REPLY_SSH_DSS_MSG_DATA_DESC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
keyPressed(KeyEvent) - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Handler method for the key pressing event.
keyReleased(KeyEvent) - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Handler method for the key releasing event.
keySchedule(byte[]) - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Makes the key schedule computation.
keyTyped(KeyEvent) - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Handler method for the key typing event.
killTimer(int) - Method in interface com.monica.javacom.interfaces.MJCTimer
Kills the timer with the specified timerID.
killTimer(int) - Method in class com.monica.javacom.util.MJCThreadTimer
 

L

lastIndex(Object, boolean) - Method in class com.monica.javacom.util.MJCEqualityVector
Returns the last occurance of the Object o.
length() - Method in class com.monica.javacom.util.MJCEqualityVector
Returns the number of elements in the vector.
LL_CORNER - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Lower left corner
LoadKeyException - exception com.monica.javacom.ciphering.LoadKeyException.
Thrown by the constructors of classes AESKey and RSAKey if the input value is not recognized as a valid string-representation of the respective keys.
LoadKeyException() - Constructor for class com.monica.javacom.ciphering.LoadKeyException
Constructs a LoadKeyException with no detail message.
LoadKeyException(String) - Constructor for class com.monica.javacom.ciphering.LoadKeyException
Constructs a LoadKeyException with the specified detail message.
lock() - Method in class com.monica.javacom.util.MJCStringBuffer
Locks the buffer.
lockStatus() - Method in class com.monica.javacom.util.MJCStringBuffer
Returns the status of the locking of the buffer.
LR_CORNER - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Lower right corner

M

mac - Variable in class com.monica.javacom.ssh.MJCSSHTransportPackage
The MAC String at the end of the packet.
main(String[]) - Static method in class com.monica.javacom.application.MJCSSHClient
Entry point for the JAVA VM.
main(String[]) - Static method in class com.monica.javacom.application.MJCServer
Entry point for the JAVA VM.
main(String[]) - Static method in class com.monica.javacom.application.MJCClient
Entry point for the JAVA VM.
mark(int) - Method in class com.monica.javacom.util.MJCStringInputStream
 
mark(int) - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
MJCWriteableIsAIS does not support mark/reset.
mark(int) - Method in class com.monica.javacom.streams.MJCReaderIsAIS
MJCReaderIsAIS does not support mark/reset.
markSupported() - Method in class com.monica.javacom.util.MJCStringInputStream
 
markSupported() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
MJCWriteableIsAIS does not support mark/reset.
markSupported() - Method in class com.monica.javacom.streams.MJCReaderIsAIS
MJCReaderIsAIS does not support mark/reset.
MJCAdler32 - class com.monica.javacom.util.MJCAdler32.
 
MJCAdler32() - Constructor for class com.monica.javacom.util.MJCAdler32
 
MJCAppletWindow - class com.monica.javacom.window.MJCAppletWindow.
Class for implementing the MJCClient v0.1 as an Applet
MJCAppletWindow() - Constructor for class com.monica.javacom.window.MJCAppletWindow
 
MJCAWTDisplay - class com.monica.javacom.virtualdisplay.MJCAWTDisplay.
This class provides the virtualDisplay functionality in the AWT framework.
MJCAWTDisplay(MJCConfiguration) - Constructor for class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Default constructor.
MJCAWTWindow - class com.monica.javacom.window.MJCAWTWindow.
Class for providing a framwork with AWT methods for the MJCVirtualDisplay and MJCVirtualInput implementing classes.

Configureable values: windowTitle: the window title of the client side
MJCAWTWindow(MJCVirtualDisplay, MJCConfiguration, KeyListener) - Constructor for class com.monica.javacom.window.MJCAWTWindow
Default constructor.
MJCBasicCiphering - class com.monica.javacom.ciphering.MJCBasicCiphering.
This is a middle level layer in the MJC layer hierarchy responsible for ciphering the data stream between the upper layers.
MJCBasicCiphering(boolean) - Constructor for class com.monica.javacom.ciphering.MJCBasicCiphering
Constructs a new MJCCiphering layer.
MJCCiphering - interface com.monica.javacom.interfaces.MJCCiphering.
Middle level layer in the MJC layer hierarchy responsible for ciphering the data stream between the upper layers.
MJCClient - class com.monica.javacom.application.MJCClient.
Class for implementing the client services of Team MONICA JavaCom.
MJCClient() - Constructor for class com.monica.javacom.application.MJCClient
 
MJCCloser - interface com.monica.javacom.interfaces.MJCCloser.
This interface is responsible to close the client side application upon user request.
MJCConfiguration - interface com.monica.javacom.interfaces.MJCConfiguration.
This interface is responsible for the configuration of objects in the MJC layer hierarchy.
MJCConfigureable - interface com.monica.javacom.interfaces.MJCConfigureable.
Classes of the MJC layer hierarchy that can be customized with configuration soruces should implement this interface.
MJCConverter - class com.monica.javacom.util.MJCConverter.
Class for implementing byte-char conversions as all the other classes assume, but not all JAVA VMs do.
MJCConverter() - Constructor for class com.monica.javacom.util.MJCConverter
Public constructor.
MJCEquality - interface com.monica.javacom.interfaces.MJCEquality.
Provides functionality to compare Objects.
MJCEqualityVector - class com.monica.javacom.util.MJCEqualityVector.
Class for implementing a Vector like functionality with using MJCEquality for checking equality between the contained objects.
MJCEqualityVector(MJCEquality, boolean, boolean, int) - Constructor for class com.monica.javacom.util.MJCEqualityVector
Default constructor.
MJCFileConfiguration - class com.monica.javacom.util.MJCFileConfiguration.
This class implements the MJConfiguration interface to provide customization possibility for MJC classes.
MJCFileConfiguration() - Constructor for class com.monica.javacom.util.MJCFileConfiguration
Default constructor.
MJCFontsConf - class com.monica.javacom.util.MJCFontsConf.
 
MJCFontsConf() - Constructor for class com.monica.javacom.util.MJCFontsConf
 
MJCInputStreamConfiguration - class com.monica.javacom.util.MJCInputStreamConfiguration.
This class implements the MJConfiguration interface to provide customization possibility for MJC classes.
MJCInputStreamConfiguration() - Constructor for class com.monica.javacom.util.MJCInputStreamConfiguration
 
MJCIntegerEquality - class com.monica.javacom.util.MJCIntegerEquality.
Provides the functionality to compare Integers upon theis intValue.
MJCIntegerEquality() - Constructor for class com.monica.javacom.util.MJCIntegerEquality
 
MJCIntro - class com.monica.javacom.application.MJCIntro.
Class responsible for displaying the Intro window at the client side startup.
MJCIntro(MJCConfiguration) - Constructor for class com.monica.javacom.application.MJCIntro
Default constructor.
MJCKeyListener - class com.monica.javacom.virtualinput.MJCKeyListener.
This class if responsible for handling keyboard events from the user.
MJCKeyListener() - Constructor for class com.monica.javacom.virtualinput.MJCKeyListener
Default constructor.
MJCLoopBackProtocol - class com.monica.javacom.protocol.MJCLoopBackProtocol.
Class for implementing a basic loopback at the server side.
MJCLoopBackProtocol(int, String, int, int) - Constructor for class com.monica.javacom.protocol.MJCLoopBackProtocol
Default constructor.
MJCManager - class com.monica.javacom.manager.MJCManager.
Middle level layer responsible for the MJC connection between the client and server side.
MJCManager() - Constructor for class com.monica.javacom.manager.MJCManager
Default constructor.
MJCMJCConf - class com.monica.javacom.util.MJCMJCConf.
 
MJCMJCConf() - Constructor for class com.monica.javacom.util.MJCMJCConf
 
MJCProtocol - interface com.monica.javacom.interfaces.MJCProtocol.
Middle level layer in the MJC layer hierarchy responsible for management functions.
MJCReadable - interface com.monica.javacom.interfaces.MJCReadable.
Implements the source part of the read functionality in the MJC layer hierarchy.
MJCReadableHasAIS - class com.monica.javacom.streams.MJCReadableHasAIS.
Class for creating a link between an InputStream and the MJC layer hierarchy.
MJCReadableHasAIS(InputStream) - Constructor for class com.monica.javacom.streams.MJCReadableHasAIS
Constructor.
MJCReadableIsAOS - class com.monica.javacom.streams.MJCReadableIsAOS.
Class for enabling to write to the MCJ layer hierarchy using the conventional OutputStream methods.
MJCReadableIsAOS() - Constructor for class com.monica.javacom.streams.MJCReadableIsAOS
Default constructor.
MJCReader - interface com.monica.javacom.interfaces.MJCReader.
Implements the destination part of the read functionality in the MJC layer hierarchy.
MJCReaderHasAOS - class com.monica.javacom.streams.MJCReaderHasAOS.
Class for creating a link between an OutputStream and the MJC layer hierarchy.
MJCReaderHasAOS(OutputStream) - Constructor for class com.monica.javacom.streams.MJCReaderHasAOS
Constructor.
MJCReaderIsAIS - class com.monica.javacom.streams.MJCReaderIsAIS.
Class for enabling to read from the MJC layer hierarchy using the conventional InputStream methods.
MJCReaderIsAIS() - Constructor for class com.monica.javacom.streams.MJCReaderIsAIS
Default constructor.
MJCServer - class com.monica.javacom.application.MJCServer.
Class for implementing the server services for the Team MONICA JavaCom.
MJCServer() - Constructor for class com.monica.javacom.application.MJCServer
 
MJCServerManager - interface com.monica.javacom.interfaces.MJCServerManager.
This interface is responsible for the management of an MJCTransport server.
MJCSoftFont - class com.monica.javacom.virtualdisplay.MJCSoftFont.
Class for implementing software font rendering.
MJCSoftFont() - Constructor for class com.monica.javacom.virtualdisplay.MJCSoftFont
 
MJCSSH3DESCBC - class com.monica.javacom.ssh.MJCSSH3DESCBC.
Implements a 3DES-CBC encoder/decoder as described in FIPS PUB 46-3.
MJCSSH3DESCBC() - Constructor for class com.monica.javacom.ssh.MJCSSH3DESCBC
Constructs a new MJCSSH3DESCBC encoder/decoder object.
MJCSSHAppletWindow - class com.monica.javacom.window.MJCSSHAppletWindow.
Class for implementing MJCSSHClient v0.2 as an Applet
MJCSSHAppletWindow() - Constructor for class com.monica.javacom.window.MJCSSHAppletWindow
 
MJCSSHArcfourCipher - class com.monica.javacom.ssh.MJCSSHArcfourCipher.
Class for implementing the ARCFOUR stream cipher as defined in draft-kaukonen-cipher-arcfour.
MJCSSHArcfourCipher() - Constructor for class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
MJCSSHCipherAlgorithm - interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm.
Cipher algorithm for the SSH layer.
MJCSSHClient - class com.monica.javacom.application.MJCSSHClient.
Class for running the client side functionality of the SSH2 protocol.
MJCSSHClient() - Constructor for class com.monica.javacom.application.MJCSSHClient
 
MJCSSHCompressionAlgorithm - interface com.monica.javacom.interfaces.MJCSSHCompressionAlgorithm.
Compression algorithm used by the SSH layer.
MJCSSHConstants - class com.monica.javacom.ssh.MJCSSHConstants.
Class for providing public constants that are defined by the SSH2 standard.
MJCSSHConstants() - Constructor for class com.monica.javacom.ssh.MJCSSHConstants
 
MJCSSHHashAlgorithm - interface com.monica.javacom.interfaces.MJCSSHHashAlgorithm.
Hash algorithm used by the SSH layer.
MJCSSHHMAC - class com.monica.javacom.ssh.MJCSSHHMAC.
This class provides HMAC Message Authentication as defined in RFC-2104.
MJCSSHHMAC(MJCSSHHashAlgorithm) - Constructor for class com.monica.javacom.ssh.MJCSSHHMAC
Default constructor.
MJCSSHIO - class com.monica.javacom.ssh.MJCSSHIO.
Class for providing functionality either field conversion to String or from String according to the SSH2 specification, or some aspects of the SSH2 functionality that could not be put into any other class.
MJCSSHIO() - Constructor for class com.monica.javacom.ssh.MJCSSHIO
 
MJCSSHMACAlgorithm - interface com.monica.javacom.interfaces.MJCSSHMACAlgorithm.
Provides Message Authentication functionality for the SSH layer.
MJCSSHMD5 - class com.monica.javacom.ssh.MJCSSHMD5.
Class for providing MD5 hash functionality as described in RFC-1321.
MJCSSHMD5() - Constructor for class com.monica.javacom.ssh.MJCSSHMD5
Default constructor.
MJCSSHNoneCiphering - class com.monica.javacom.ssh.MJCSSHNoneCiphering.
Class for implementing the "none" ciphering method.
MJCSSHNoneCiphering() - Constructor for class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
MJCSSHNoneCompression - class com.monica.javacom.ssh.MJCSSHNoneCompression.
Class for implementing the "none" compression method, eg.
MJCSSHNoneCompression() - Constructor for class com.monica.javacom.ssh.MJCSSHNoneCompression
 
MJCSSHNoneMAC - class com.monica.javacom.ssh.MJCSSHNoneMAC.
Class for implementing the "none" MAC algorithm, eg.
MJCSSHNoneMAC() - Constructor for class com.monica.javacom.ssh.MJCSSHNoneMAC
 
MJCSSHSHA1 - class com.monica.javacom.ssh.MJCSSHSHA1.
Class for providing SHA1 functionality as described in FIPS-180-1
MJCSSHSHA1() - Constructor for class com.monica.javacom.ssh.MJCSSHSHA1
Default constructor.
MJCSSHTransportLayer - class com.monica.javacom.ssh.MJCSSHTransportLayer.
This is the main class for the MCJ SSH2 layer.
MJCSSHTransportLayer() - Constructor for class com.monica.javacom.ssh.MJCSSHTransportLayer
 
MJCSSHTransportPackage - class com.monica.javacom.ssh.MJCSSHTransportPackage.
Class for providing a common way to pass the unencoded, uncompressed SSH2 transport protocol package between the object in the MJC world.
MJCSSHTransportPackage() - Constructor for class com.monica.javacom.ssh.MJCSSHTransportPackage
 
MJCSSHTransportPackageTokenizer - class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer.
Class for providing functionality to create and receive SSH2 packets.
MJCSSHTransportPackageTokenizer() - Constructor for class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Default constructor.
MJCSSHZLibCompression - class com.monica.javacom.ssh.MJCSSHZLibCompression.
Zlib RFC 1950
MJCSSHZLibCompression() - Constructor for class com.monica.javacom.ssh.MJCSSHZLibCompression
Default constructor for the class.
MJCStringBuffer - class com.monica.javacom.util.MJCStringBuffer.
This class provides a buffer functionality.
MJCStringBuffer(int) - Constructor for class com.monica.javacom.util.MJCStringBuffer
Constructs the buffer.
MJCStringConfiguration - class com.monica.javacom.util.MJCStringConfiguration.
Class providing MJCConfiguration functionality using MJCInputStreamConfiguration methodics and reading the configuration data from a String.

The configuration String can have the following stucure:
lines beginning with # are recognized as comments and therefore ignored lines not beginning with # are recognized as configuration lines

configuration lines have the following structure:
MJCStringConfiguration(String) - Constructor for class com.monica.javacom.util.MJCStringConfiguration
Default constructor.
MJCStringInputStream - class com.monica.javacom.util.MJCStringInputStream.
Class for providing InputStream functionality by reading from a String.
MJCStringInputStream(String) - Constructor for class com.monica.javacom.util.MJCStringInputStream
Default constructor.
MJCTCPTransport - class com.monica.javacom.transport.MJCTCPTransport.
This class provides TCP based connection over IP as a MJCTransport.
MJCTCPTransport() - Constructor for class com.monica.javacom.transport.MJCTCPTransport
Normal constructor.
MJCTCPTransport(Socket) - Constructor for class com.monica.javacom.transport.MJCTCPTransport
Create a new thread for a new server.
MJCTelnetProtocol - class com.monica.javacom.protocol.MJCTelnetProtocol.
Implements TELNET protocol functionality in the MJC layer hierarchy.
MJCTelnetProtocol() - Constructor for class com.monica.javacom.protocol.MJCTelnetProtocol
Contstructor
MJCTerminal - interface com.monica.javacom.interfaces.MJCTerminal.
Middle level layer in the MJC layer hierarchy responsible for the terminal funcionality, such as cursor positioning etc.
MJCText - interface com.monica.javacom.interfaces.MJCText.
Provides functionality for drawing fixed space text on the graphical display.
MJCThreadTimer - class com.monica.javacom.util.MJCThreadTimer.
Class for providing MJCTimer functionality by using Thread.sleep to measure the passed time.
MJCThreadTimer(MJCTimerHandler) - Constructor for class com.monica.javacom.util.MJCThreadTimer
Default constructor.
MJCTimer - interface com.monica.javacom.interfaces.MJCTimer.
Provides functionality for implementing timers.
MJCTimerHandler - interface com.monica.javacom.interfaces.MJCTimerHandler.
Provides the callback functionality for MJCTimer.
MJCTransport - interface com.monica.javacom.interfaces.MJCTransport.
Bottom level layer in the MJC layer hierarchy responsible for the basic connection between the client and server side.
MJCTransportConstants - class com.monica.javacom.transport.MJCTransportConstants.
Provides constants for describing the connection status of a MJCTransport.
MJCTransportConstants() - Constructor for class com.monica.javacom.transport.MJCTransportConstants
 
MJCVirtualDisplay - interface com.monica.javacom.interfaces.MJCVirtualDisplay.
Top level sublayer responsible for the visualization of the connection.
MJCVirtualDisplayConstants - class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants.
This class holds public constants for rendering special characters by any renderer for MJCVirtualDisplays.
MJCVirtualDisplayConstants() - Constructor for class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
 
MJCVirtualInput - interface com.monica.javacom.interfaces.MJCVirtualInput.
Top level sublayer responsible for catching the user input and forwarding it to a middle level layer.
MJCVT220Terminal - class com.monica.javacom.terminal.MJCVT220Terminal.
Class for providing terminal functionality according to the VT 220 standard.
MJCVT220Terminal() - Constructor for class com.monica.javacom.terminal.MJCVT220Terminal
 
MJCWindow - interface com.monica.javacom.interfaces.MJCWindow.
Top level sublayer responsible for holding the MJCVirtualDisplay and MJCVirtualInput objects and creating a framework for their functionality.
MJCWriteable - interface com.monica.javacom.interfaces.MJCWriteable.
Implements the destination part of the write functionality in the MJC layer hierarchy.
MJCWriteableHasAOS - class com.monica.javacom.streams.MJCWriteableHasAOS.
Class for creating a link between an OutputStream and the MJC layer hierarchy.
MJCWriteableHasAOS(OutputStream) - Constructor for class com.monica.javacom.streams.MJCWriteableHasAOS
Constructor.
MJCWriteableIsAIS - class com.monica.javacom.streams.MJCWriteableIsAIS.
Class for enabling to read from the MJC layer hierarchy using the conventional InputStream methods.
MJCWriteableIsAIS() - Constructor for class com.monica.javacom.streams.MJCWriteableIsAIS
Default constructor.
MJCWriter - interface com.monica.javacom.interfaces.MJCWriter.
Implements the source part of the write functionality in the MJC layer hierarchy.
MJCWriterHasAIS - class com.monica.javacom.streams.MJCWriterHasAIS.
Class for creating a link between an InputStream and the MJC layer hierarchy.
MJCWriterHasAIS(InputStream) - Constructor for class com.monica.javacom.streams.MJCWriterHasAIS
Constructor.
MJCWriterIsAOS - class com.monica.javacom.streams.MJCWriterIsAOS.
Class to enable to write into the MJC layer hierarchy using the conventional OutputStream methods.
MJCWriterIsAOS() - Constructor for class com.monica.javacom.streams.MJCWriterIsAOS
Default constructor.
moveCursor(boolean) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Should addC/addCA/addS advance the cursor while adding characters.
moveCursor(boolean) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Should addC/addCA/addS advance the cursor while adding characters.

N

newClientHasArrivedEvent(MJCTransport, MJCTransport) - Method in interface com.monica.javacom.interfaces.MJCServerManager
This method will be invoked from the MJCTransport when a new client arrives.
newClientHasArrivedEvent(MJCTransport, MJCTransport) - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
This method will be invoked from the MJCTransport when a new client arrives.
newLine() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Cursors goes one row down.
newLine() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Cursors goes one row down.
NOT_CONNECTED - Static variable in class com.monica.javacom.transport.MJCTransportConstants
The MJCTransport is not connected to any other party.
NOT_CONNECTED_WITH_DATA_WAITING - Static variable in class com.monica.javacom.transport.MJCTransportConstants
The MJCTransport is not connected to any other party, but was previously and there is data in the read buffer that hasn't been read out yet.

P

pack() - Method in class com.monica.javacom.util.MJCEqualityVector
Removes all preliminarily deleted elements finally from the vector.
packet_length - Variable in class com.monica.javacom.ssh.MJCSSHTransportPackage
The packet length as BigInteger.
packet_length_int - Variable in class com.monica.javacom.ssh.MJCSSHTransportPackage
 
padding_length - Variable in class com.monica.javacom.ssh.MJCSSHTransportPackage
The padding length as BigInteger
padding_length_int - Variable in class com.monica.javacom.ssh.MJCSSHTransportPackage
The padding length as int
paint(Graphics) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Repaints the contents of the Canvas.
parsePayload(String, String[]) - Method in class com.monica.javacom.ssh.MJCSSHIO
Parses an unencoded SSH2 payload String and returns a Vector containing the elements of the payload as different Objects.
payload - Variable in class com.monica.javacom.ssh.MJCSSHTransportPackage
The payload as String.
post_init() - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Method that has to be called last in the constructors of all subclasses.
pre_init() - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Method that has to be called first in the constructors of all subclasses.
print(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Coverts a String s interpreted as an unsigned number in 256 radix to a String r representing an unsigned number in 16 radix with the number signs "0"..."9" and "A"..."F".

R

random_padding - Variable in class com.monica.javacom.ssh.MJCSSHTransportPackage
The random padding at the end of the packet for making the length of the packet a multiply of 8 or block size of the cipher algorithm, whichever is bigger.
rBoolean(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a boolean from a String encoded as specified in the SSH2 specification and beginning with a BOOLEAN.
rByte(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a BigInteger from a String ancoded as specified in the SSH2 specification and beginning with an SSH2 BYTE.
rByteInt(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates an int from a String encoded as specified int the SSH2 specification and beginning with an SSH2 BYTE.
read() - Method in class com.monica.javacom.util.MJCStringInputStream
 
read() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Reads 1 single byte from the stream.
read() - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Reads 1 single byte from the stream.
read(byte[]) - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Reads b.length bytes from the stream.
read(byte[]) - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Reads b.length bytes from the stream.
read(byte[], int, int) - Method in class com.monica.javacom.util.MJCStringInputStream
 
read(byte[], int, int) - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Reads len bytes from the stream.
read(byte[], int, int) - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Reads len bytes from the stream.
readEvent(MJCReadable) - Method in interface com.monica.javacom.interfaces.MJCReader
Indicates that there is data available from the specified MJCReadable.
readEvent(MJCReadable) - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Handles the asynchronous readEvents from the MJCReadable.
readEvent(MJCReadable) - Method in class com.monica.javacom.streams.MJCReaderHasAOS
Handles the asynchronous readEvents from the MJCReadable.
readEvent(MJCReadable) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Indicates that there is data available from the specified MJCReadable.
readEvent(MJCReadable) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Indicates that there is data available from the specified MJCReadable.
readEvent(MJCReadable) - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Indicates that there is data available from the specified MJCReadable.
readEvent(MJCReadable) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Indicates that there is data available from the specified MJCReadable.
readEvent(MJCReadable) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
readEvent(MJCReadable) - Method in class com.monica.javacom.manager.MJCManager
Indicates that there is data available from the specified MJCReadable.
refresh() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Refreshes the screen contents for the user.
refresh() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Refreshes the screen contents for the user.
remove(int) - Method in class com.monica.javacom.util.MJCEqualityVector
Removes the Object from the supplied position pos.
remove(Object, boolean) - Method in class com.monica.javacom.util.MJCEqualityVector
Removes the supplied Object o from the vector.
reset() - Method in class com.monica.javacom.util.MJCStringInputStream
 
reset() - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
MJCWriteableIsAIS does not support mark/reset.
reset() - Method in class com.monica.javacom.streams.MJCReaderIsAIS
MJCReaderIsAIS does not support mark/reset.
resetWithUpdate(String) - Method in class com.monica.javacom.util.MJCStringInputStream
 
retString() - Method in class com.monica.javacom.util.MJCFontsConf
 
retString() - Method in class com.monica.javacom.util.MJCMJCConf
 
rMpint(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a BigInteger from a String encoded as specified in the SSH2 specification and beginning with an MPINT.
RSA - class com.monica.javacom.ciphering.RSA.
Implements an RSA (Rivest-Shamir-Adleman) encoder/decoder, which is a recent standard for public-key-ciphering of digital data.
RSA(RSAKey) - Constructor for class com.monica.javacom.ciphering.RSA
Constructs a new RSA encoder/decoder object.
RSAKey - class com.monica.javacom.ciphering.RSAKey.
This is the key object used to the RSA object, which implements the RSA encription algorithm.
RSAKey(BigInteger, BigInteger) - Constructor for class com.monica.javacom.ciphering.RSAKey
Constructs a new RSAKey object.
RSAKey(String) - Constructor for class com.monica.javacom.ciphering.RSAKey
Constructs a new RSAKey object.
RSAKeyPair - class com.monica.javacom.ciphering.RSAKeyPair.
This is the keypair object used to construct a key object to the RSA object, which implements the RSA encription algorithm.
RSAKeyPair(BigInteger, BigInteger, BigInteger) - Constructor for class com.monica.javacom.ciphering.RSAKeyPair
Constructs a new RSAKeyPair object.
RSAKeyPair(RSAKey, RSAKey) - Constructor for class com.monica.javacom.ciphering.RSAKeyPair
Constructs a new RSAKeyPair object.
RSAKeyPair(String) - Constructor for class com.monica.javacom.ciphering.RSAKeyPair
Constructs a new RSAKey object.
RSAKeyPairGenerator - class com.monica.javacom.ciphering.RSAKeyPairGenerator.
Realizes an RSAKeyPairGenerator.
RSAKeyPairGenerator(int, int, int, Random) - Constructor for class com.monica.javacom.ciphering.RSAKeyPairGenerator
Constructs a new RSAKeyPairGenerator.
rString(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a String from a String encoded as specified in the SSH2 specification and beginning with a STRING.
rUint32(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a BigInteger from a String encoded as specified in the SSH2 specification and beginning with an UINT32.
rUint32Int(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates an int from a String encoded as specified in the SSH2 specification and beginning with an UINT32.
rUint64(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a BigInteger from a String encoed as specified in the SSH2 specification and beginning with an UINT64.
rUint64Long(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a long from a String encoed as specified in the SSH2 specification and beginning with an UINT64.
run() - Method in class com.monica.javacom.util.MJCThreadTimer
 
run() - Method in class com.monica.javacom.streams.MJCWriterHasAIS
The entry point for the InputStream reader thread.
run() - Method in class com.monica.javacom.streams.MJCReadableHasAIS
Entry point for the InputStream reader thread.
run() - Method in class com.monica.javacom.transport.MJCTCPTransport
Runnable run method.
run() - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Run thread.
run() - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Entry point for the thread for each client.
run() - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
Entry point for the reader thread.
run() - Method in class com.monica.javacom.manager.MJCManager
Entry point for the reader thread.

S

scrollDown() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Moves all rows int the scrolling region one row up.
scrollDown() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Moves all rows int the scrolling region one row up.
scrollUp() - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Moves all rows in the scolling region one row down.
scrollUp() - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Moves all rows in the scolling region one row down.
send(String) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Send a string through the Telnet protocol
SEP_COMMA - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SEP_CRLF - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
sequenceNumber - Variable in class com.monica.javacom.ssh.MJCSSHTransportPackage
Sequence number of this packet in the SSH2 stream.
set(Object, int) - Method in class com.monica.javacom.util.MJCEqualityVector
Sets the supplied Object o to be the supplied position pos.
setCertainty(int) - Method in class com.monica.javacom.ciphering.RSAKeyPairGenerator
Sets the certainty.
setCipherAlgorithm(MJCSSHCipherAlgorithm, boolean) - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Sets the Cipheralgorithm that has to be used.
setCloser(MJCCloser) - Method in interface com.monica.javacom.interfaces.MJCWindow
Sets the MJCCloser responsible for closing of the client side application upon user request.
setCloser(MJCCloser) - Method in class com.monica.javacom.window.MJCAppletWindow
Sets the MJCCloser responsible for closing of the client side application upon user request.
setCloser(MJCCloser) - Method in class com.monica.javacom.window.MJCSSHAppletWindow
Sets the MJCCloser responsible for closing of the client side application upon user request.
setCloser(MJCCloser) - Method in class com.monica.javacom.window.MJCAWTWindow
Sets the MJCCloser responsible for closing of the client side application upon user request.
setCompressionAlgorithm(MJCSSHCompressionAlgorithm, boolean) - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Sets the Compression algorithm that has to be used.
setConfiguration(MJCConfiguration) - Method in interface com.monica.javacom.interfaces.MJCConfigureable
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.transport.MJCTCPTransport
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.window.MJCAppletWindow
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.window.MJCSSHAppletWindow
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.window.MJCAWTWindow
Sets the MJCConfiguration for this object.
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
setConfiguration(MJCConfiguration) - Method in class com.monica.javacom.manager.MJCManager
Sets the MJCConfiguration for this object.
setConfigurationInput(String) - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Sets the customization file that will be sent through the network for clients to allow them basic configuration via the server.
setCPos(int, int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Sets the position of the cursor.
setCPos(int, int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the position of the cursor.
setCPosX(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Sets the column of the cursor.
setCPosX(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the column of the cursor.
setCPosY(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Sets the row of the cursors.
setCPosY(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the row of the cursors.
setCSize(int, int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Sets the screen size in characters.
setCSize(int, int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the screen size in characters.
setCSizeX(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Sets the screen width in characters.
setCSizeX(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the screen width in characters.
setCSizeY(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Sets the screen height in characters.
setCSizeY(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the screen height in characters.
setEquality(MJCEquality) - Method in class com.monica.javacom.util.MJCEqualityVector
Sets the MJCEquality to be used.
setInvert(boolean) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Sets the inverting status.
setInvert(boolean) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the inverting status.
setKey(AESKey) - Method in class com.monica.javacom.ciphering.AES
Sets the AESKey of this object.
setKey(RSAKey) - Method in class com.monica.javacom.ciphering.RSA
Sets the RSAKey of this object.
setKeyLength(int) - Method in class com.monica.javacom.ciphering.RSAKeyPairGenerator
Sets the keylength of the RSAKeyPair to be generated.
setKeyLength(int) - Method in class com.monica.javacom.ciphering.AESKeyGenerator
Sets the keylength of the AESKey to be generated.
setKeys(String, String) - Method in interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm
Method for setting the cryptographic key and the initialization vector.
setKeys(String, String) - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Sets the key and the IV for the MJCSSH3DESCBC coder/decoder object.
setKeys(String, String) - Method in class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
setKeys(String, String) - Method in class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
setKeys(String, String, String, boolean) - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Sets the keys for encryption (iv, key) and integrity.
setMACAlgorithm(MJCSSHMACAlgorithm, boolean) - Method in class com.monica.javacom.ssh.MJCSSHTransportPackageTokenizer
Sets the MAC algorithm that has to be used.
setNumberOfRounds(int) - Method in class com.monica.javacom.ciphering.AES
Sets the number of rounds of this object.
setPublicKey(int) - Method in class com.monica.javacom.ciphering.RSAKeyPairGenerator
Sets the suggested public key exponent.
setReadable(MJCReadable) - Method in interface com.monica.javacom.interfaces.MJCReader
Sets the MJCReadable from which data has to be read.
setReadable(MJCReadable) - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Sets the MJCReadable from which data ha to be read, this means which will send the readEvents.
setReadable(MJCReadable) - Method in class com.monica.javacom.streams.MJCReaderHasAOS
Sets the MJCReadable from which data has to be read, this means, which will send the readEvents.
setReadable(MJCReadable) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Sets the MJCReadable from which data has to be read.
setReadable(MJCReadable) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Sets the MJCReadable from which data has to be read.
setReadable(MJCReadable) - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
Sets the MJCReadable from which data has to be read.
setReadable(MJCReadable) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Sets the MJCReadable from which data has to be read.
setReadable(MJCReadable) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
setReadable(MJCReadable) - Method in class com.monica.javacom.manager.MJCManager
Sets the MJCReadable from which data has to be read.
setReader(MJCReader) - Method in interface com.monica.javacom.interfaces.MJCReadable
Sets the MJCReader to which the readEvents have to be sent.
setReader(MJCReader) - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Sets the MJCReader, which will query data from this object.
setReader(MJCReader) - Method in class com.monica.javacom.streams.MJCReadableHasAIS
Sets the MJCReader to which the readEvents has to be sent.
setReader(MJCReader) - Method in class com.monica.javacom.transport.MJCTCPTransport
Sets the MJCReader to which the readEvents have to be sent.
setReader(MJCReader) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Sets the MJCReader to which the readEvents have to be sent.
setReader(MJCReader) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Sets the MJCReader to which the readEvents have to be sent.
setReader(MJCReader) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
setReader(MJCReader) - Method in class com.monica.javacom.manager.MJCManager
Sets the MJCReader to which the readEvents have to be sent.
setReconfigureable(MJCConfigureable[]) - Method in class com.monica.javacom.manager.MJCManager
 
setScrollingRegion(int, int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Sets the scrolling region for the screen.
setScrollingRegion(int, int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
Sets the scrolling region for the screen.
setServerManager(MJCServerManager) - Method in interface com.monica.javacom.interfaces.MJCTransport
Sets the MJCServerManager which will be notified if a client connects.
setServerManager(MJCServerManager) - Method in class com.monica.javacom.transport.MJCTCPTransport
Sets the MJCServerManager which will be notified if a client connects.
setState(Object) - Method in interface com.monica.javacom.interfaces.MJCSSHCipherAlgorithm
Sets the state of the cipher mechanism.
setState(Object) - Method in class com.monica.javacom.ssh.MJCSSH3DESCBC
Sets the current state of the MJCSSH3DESCBC coder/decoder to the input value saved earlier.
setState(Object) - Method in class com.monica.javacom.ssh.MJCSSHNoneCiphering
 
setState(Object) - Method in class com.monica.javacom.ssh.MJCSSHArcfourCipher
 
setStream(String, InputStream) - Method in interface com.monica.javacom.interfaces.MJCConfiguration
Defines for the given ID an InputStream stream, whose contents can be retrieved unlimited times from clients of this class.
setStream(String, InputStream) - Method in class com.monica.javacom.util.MJCInputStreamConfiguration
Defines for the given ID an InputStream stream, whose contents can be retrieved unlimited times from clients of this class.
setSynchronizing(boolean) - Method in class com.monica.javacom.util.MJCEqualityVector
Sets wether to use synchronization for all the operations, or not.
setTimer(int, int) - Method in interface com.monica.javacom.interfaces.MJCTimer
Starts the timer.
setTimer(int, int) - Method in class com.monica.javacom.util.MJCThreadTimer
 
setTransparent(boolean) - Method in interface com.monica.javacom.interfaces.MJCCiphering
This method toggles the transparency mode of the MJCCiphering layer.
setTransparent(boolean) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
This method toggles the transparency mode of the MJCCiphering layer.
setTransport(MJCTransport) - Method in interface com.monica.javacom.interfaces.MJCCloser
Sets the MJCTransport which is responsible for the data connection between the client and the server.
setTransport(MJCTransport) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
setTransport(MJCTransport) - Method in class com.monica.javacom.manager.MJCManager
Sets the MJCTransport object which is responsible for the data connection between the client and the server side.
setVirtualDisplay(MJCVirtualDisplay) - Method in interface com.monica.javacom.interfaces.MJCTerminal
Sets the MJCVirtualDisplay for this object to which the interpreted contents of the input stream have to be sent.
setVirtualDisplay(MJCVirtualDisplay) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Sets the MJCVirtualDisplay for this object to which the interpreted contents of the input stream have to be sent.
setWindow(MJCWindow) - Method in interface com.monica.javacom.interfaces.MJCCloser
Sets the MJCWindow that represents the user interface of the client side.
setWindow(MJCWindow) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
setWindow(MJCWindow) - Method in class com.monica.javacom.manager.MJCManager
Sets the MJCWindow that represents the user interface of the client side.
setWriteable(MJCWriteable) - Method in interface com.monica.javacom.interfaces.MJCWriter
Sets the MJCWriteable to which this MJCWriter will write.
setWriteable(MJCWriteable) - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Sets the MJCWriteable to which this object writes.
setWriteable(MJCWriteable) - Method in class com.monica.javacom.streams.MJCWriterHasAIS
Sets the MJCWriteable to which data read from the InputStream will be written.
setWriteable(MJCWriteable) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Sets the MJCWriteable to which this MJCWriter will write.
setWriteable(MJCWriteable) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Sets the MJCWriteable to which this MJCWriter will write.
setWriteable(MJCWriteable) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Sets the MJCWriteable to which this MJCWriter will write.
setWriteable(MJCWriteable) - Method in class com.monica.javacom.virtualinput.MJCKeyListener
Sets the MJCWriteable to which this MJCWriter will write.
setWriteable(MJCWriteable) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
setWriteable(MJCWriteable) - Method in class com.monica.javacom.manager.MJCManager
Sets the MJCWriteable to which this MJCWriter will write.
skip(long) - Method in class com.monica.javacom.util.MJCStringInputStream
 
skip(long) - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Skips n bytes in the stream.
skip(long) - Method in class com.monica.javacom.streams.MJCReaderIsAIS
Skips n bytes in the stream.
SSH_CONNECTION_MSG_CHANNEL_CLOSE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_DATA - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_EOF - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_EXTENDED_DATA - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_FAILURE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_OPEN - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_OPEN_CONFIRMATION - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_OPEN_FAILURE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_REQUEST - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_SUCCESS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_CHANNEL_WINDOW_ADJUST - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_GLOBAL_REQUEST - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_REQUEST_FAILURE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_MSG_REQUEST_SUCCESS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_OPEN_ADMINISTRATIVELY_PROHIBITED - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_OPEN_CONNECT_FAILED - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_OPEN_RESOURCE_SHORTAGE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_CONNECTION_OPEN_UNKNOWN_CHANNEL_TYPE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TOKENIZER_CTS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TOKENIZER_STC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_COMPRESSION_NONE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_COMPRESSION_ZLIB - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_AUTH_CANCELLED_BY_USER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_BY_APPLICATION - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_COMPRESSION_ERROR - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_CONNECTION_LOST - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_HOST_KEY_NOT_VERIFIABLE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_ILLEGAL_USER_NAME - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_KEY_EXCHANGE_FAILED - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_MAC_ERROR - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_PROTOCOL_ERROR - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_RESERVED - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_SERVICE_NOT_AVAILABLE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_DISCONNECT_TOO_MANY_CONNECTIONS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_3DES_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_AES128_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_AES192_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_AES256_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_ARCFOUR - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_BLOWFISH_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_CAST128_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_IDEA_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_NONE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_SERPENT128_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_SERPENT192_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_SERPENT256_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_TWOFISH_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_TWOFISH128_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_TWOFISH192_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_ENCRYPTION_TWOFISH256_CBC - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_KEX_DIFFIE_HELLMAN_GROUP1_SHA1 - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MAC_HMAC_MD5 - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MAC_HMAC_MD5_96 - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MAC_HMAC_SHA1 - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MAC_HMAC_SHA1_96 - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MAC_NONE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_DEBUG - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_DISCONNECT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_IGNORE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_KEXDH_INIT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_KEXDH_REPLY - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_KEXINIT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_NEWKEYS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_SERVICE_ACCEPT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_SERVICE_REQUEST - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_MSG_UNIMPLEMENTED - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_PKA_PGP_SIGN_DSS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_PKA_PGP_SIGN_RSA - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_PKA_SPKI_SIGN_DSS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_PKA_SPKI_SIGN_RSA - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_PKA_SSH_DSS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_PKA_SSH_RSA - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_PKA_X509V3_SIGN_DSS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_TRANSPORT_PKA_X509V3_SIGN_RSA - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_USERAUTH_MSG_USERAUTH_BANNER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_USERAUTH_MSG_USERAUTH_FAILURE - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_USERAUTH_MSG_USERAUTH_REQUEST - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SSH_USERAUTH_MSG_USERAUTH_SUCCESS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
start() - Method in interface com.monica.javacom.interfaces.MJCServerManager
This method starts the MJCServerManager.
start() - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
This method starts the application.
stringAsBigInteger(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a BigInteger from a String s.
StringLista - class com.monica.javacom.ciphering.StringLista.
Implements a List the members of which are Strings.
StringLista() - Constructor for class com.monica.javacom.ciphering.StringLista
Constructs a new StringLista object.
SUPPORTED_KEXINIT_COMPRESSION_ALGORITHMS_CLIENT_TO_SERVER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_COMPRESSION_ALGORITHMS_SERVER_TO_CLIENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_ENCRYPTION_ALGORITHMS_CLIENT_TO_SERVER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_ENCRYPTION_ALGORITHMS_SERVER_TO_CLIENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_KEX_ALGORITHMS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_LANGUAGES_CLIENT_TO_SERVER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_LANGUAGES_SERVER_TO_CLIENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_MAC_ALGORITHMS_CLIENT_TO_SERVER - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_MAC_ALGORITHMS_SERVER_TO_CLIENT - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 
SUPPORTED_KEXINIT_SERVER_HOST_KEY_ALGORITHMS - Static variable in class com.monica.javacom.ssh.MJCSSHConstants
 

T

timerEvent(int) - Method in interface com.monica.javacom.interfaces.MJCTimerHandler
This is the callback method for the MJCTimer.
timerEvent(int) - Method in class com.monica.javacom.protocol.MJCLoopBackProtocol
 
toString() - Method in class com.monica.javacom.ciphering.RSAKey
Returns the serialized String representation of the RSAKey.
toString() - Method in class com.monica.javacom.ciphering.RSAKeyPair
Returns the serialized String representation of the RSAKeyPair.
toString() - Method in class com.monica.javacom.ciphering.AESKey
Returns the serialized String representation of the AESKey.
toString(byte[]) - Method in class com.monica.javacom.util.MJCConverter
Converts a byte array to a String.
toString(byte[], int) - Method in class com.monica.javacom.util.MJCConverter
Converts the first l bytes of a byte array to String.
toString(byte[], int, int) - Method in class com.monica.javacom.util.MJCConverter
Converts len bytes beginning at offset off from a byte array to String.
translateSpecial(int) - Method in interface com.monica.javacom.interfaces.MJCVirtualDisplay
Translates special characters defined by com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants given by their int ID according the currently used character rendering system to characters that the current renderer accepts and renders accordint to the meaning of the special characters meaning.
translateSpecial(int) - Method in class com.monica.javacom.virtualdisplay.MJCAWTDisplay
 

U

UL_CORNER - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Upper left corner
unlock() - Method in class com.monica.javacom.util.MJCStringBuffer
Unlocks the buffer.
UR_CORNER - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Upper right corner

V

VERT_HORIZ_BOTTOM - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Bottom horizontal line with vertical line in the middle
VERT_HORIZ_TOP - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Top horizontal line with vertical line in the middle
VERT_LINE - Static variable in class com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
Vertical line

W

wBoolean(boolean) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a one byte String according to the SSH2 (BOOLEAN) specification from a boolean.
wByte(int) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a one byte String according to the SSH2 (BYTE) specification from an int.
wLowOrderUint32(int) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a four byte String from an int by writing the bytes in the low order way.
wMpint(BigInteger) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates an arbitrary length String according to the SSH2 (MPINT) specification from a BigInteger.
write(byte[]) - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Writes a byte array to the MJCWriteable of this object.
write(byte[]) - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Writes a byte array to the MJCReader.
write(byte[], int, int) - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Writes a part (specified with beginning offset and length) of a byte array to the MJCWriteable of this object.
write(byte[], int, int) - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Writes a part (specified with start offset and length) of a byte array to the MJCReader.
write(char) - Method in interface com.monica.javacom.interfaces.MJCWriteable
Writes one single char.
write(char) - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Writes one single char to the stream.
write(char) - Method in class com.monica.javacom.streams.MJCWriteableHasAOS
Writes a single char (0...255) to the OutputStream.
write(char) - Method in class com.monica.javacom.transport.MJCTCPTransport
Writes one single char.
write(char) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Writes one single char.
write(char) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Writes one single char.
write(char) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Writes one single char.
write(char) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
write(char) - Method in class com.monica.javacom.manager.MJCManager
Writes one single char.
write(char[]) - Method in interface com.monica.javacom.interfaces.MJCWriteable
Writes a char array.
write(char[]) - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Writes a char array to the stream.
write(char[]) - Method in class com.monica.javacom.streams.MJCWriteableHasAOS
Writes an array of chars to the OutputStream.
write(char[]) - Method in class com.monica.javacom.transport.MJCTCPTransport
Writes a char array.
write(char[]) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Writes a char array.
write(char[]) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Writes a char array.
write(char[]) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Writes a char array.
write(char[]) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
write(char[]) - Method in class com.monica.javacom.manager.MJCManager
Writes a char array.
write(int) - Method in class com.monica.javacom.streams.MJCWriterIsAOS
Writes an int (0...255) to the MJCWriteable of this object.
write(int) - Method in class com.monica.javacom.streams.MJCReadableIsAOS
Writes an int (0...255) to the MJCReader.
write(String) - Method in interface com.monica.javacom.interfaces.MJCWriteable
Writes a String.
write(String) - Method in class com.monica.javacom.streams.MJCWriteableIsAIS
Writes a String to the stream.
write(String) - Method in class com.monica.javacom.streams.MJCWriteableHasAOS
Writes a String to the OutputStream.
write(String) - Method in class com.monica.javacom.transport.MJCTCPTransport
Writes a String.
write(String) - Method in class com.monica.javacom.ciphering.MJCBasicCiphering
Writes a String.
write(String) - Method in class com.monica.javacom.protocol.MJCTelnetProtocol
Writes a String.
write(String) - Method in class com.monica.javacom.terminal.MJCVT220Terminal
Writes a String.
write(String) - Method in class com.monica.javacom.ssh.MJCSSHTransportLayer
 
write(String) - Method in class com.monica.javacom.manager.MJCManager
Writes a String.
writeOut(String) - Method in class com.monica.javacom.transport.MJCTCPTransport
Writes out a String directly to the TCP socket without buffering.
wString(String) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates an arbitrary length String according to the SSH2 (STRING) specification from a String.
wUint32(int) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates a four byte String according to the SSH2 (UINT32) specification from an int.
wUint64(long) - Method in class com.monica.javacom.ssh.MJCSSHIO
Creates an eight byte String according to the SSH2 (UINT64) specification from a long.

Z

ZeroLengthStringException - exception com.monica.javacom.ciphering.ZeroLengthStringException.
Thrown by the encode and decode methods in classes AES and RSA to indicate that a String with the length of 0 was passed to the method.
ZeroLengthStringException() - Constructor for class com.monica.javacom.ciphering.ZeroLengthStringException
Constructs a ZeroLengthStringException with no detail message.
ZeroLengthStringException(String) - Constructor for class com.monica.javacom.ciphering.ZeroLengthStringException
Constructs a ZeroLengthStringException with the specified detail message.

A B C D E F G H I K L M N P R S T U V W Z