com.sshtools.j2ssh.configuration
Class SshAPIConfiguration

java.lang.Object
  |
  +--MarshallableRootElement
        |
        +--com.sshtools.j2ssh.configuration.SshAPIConfiguration

public class SshAPIConfiguration
extends MarshallableRootElement

Generated by the JAXB toolkit to represent the SshAPIConfiguration Element in the SSH API configuration file.

NOTE: This file should always be generated from SshAPIConfiguration.dtd & SshAPIConfiguration.xjs; the only amendment to the source code is to insert this message before the class declaration and the package name at the beginning of the file.

Version:
1.0
Author:
Generated by JAXB
See Also:
Serialized Form

Constructor Summary
SshAPIConfiguration()
           
 
Method Summary
 boolean equals(java.lang.Object ob)
          Description of the Method
 AuthenticationConfiguration getAuthenticationConfiguration()
          Gets the authenticationConfiguration attribute of the SshAPIConfiguration object
 CipherConfiguration getCipherConfiguration()
          Gets the cipherConfiguration attribute of the SshAPIConfiguration object
 CompressionConfiguration getCompressionConfiguration()
          Gets the compressionConfiguration attribute of the SshAPIConfiguration object
 KeyExchangeConfiguration getKeyExchangeConfiguration()
          Gets the keyExchangeConfiguration attribute of the SshAPIConfiguration object
 MacConfiguration getMacConfiguration()
          Gets the macConfiguration attribute of the SshAPIConfiguration object
 PublicKeyConfiguration getPublicKeyConfiguration()
          Gets the publicKeyConfiguration attribute of the SshAPIConfiguration object
 int hashCode()
          Description of the Method
 void marshal(Marshaller m)
          Description of the Method
static Dispatcher newDispatcher()
          Description of the Method
 void setAuthenticationConfiguration(AuthenticationConfiguration _AuthenticationConfiguration)
          Sets the authenticationConfiguration attribute of the SshAPIConfiguration object
 void setCipherConfiguration(CipherConfiguration _CipherConfiguration)
          Sets the cipherConfiguration attribute of the SshAPIConfiguration object
 void setCompressionConfiguration(CompressionConfiguration _CompressionConfiguration)
          Sets the compressionConfiguration attribute of the SshAPIConfiguration object
 void setKeyExchangeConfiguration(KeyExchangeConfiguration _KeyExchangeConfiguration)
          Sets the keyExchangeConfiguration attribute of the SshAPIConfiguration object
 void setMacConfiguration(MacConfiguration _MacConfiguration)
          Sets the macConfiguration attribute of the SshAPIConfiguration object
 void setPublicKeyConfiguration(PublicKeyConfiguration _PublicKeyConfiguration)
          Sets the publicKeyConfiguration attribute of the SshAPIConfiguration object
 java.lang.String toString()
          Description of the Method
 void unmarshal(Unmarshaller u)
          Description of the Method
static SshAPIConfiguration unmarshal(XMLScanner xs, Dispatcher d)
          Description of the Method
 void validate(Validator v)
          Description of the Method
 void validateThis()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SshAPIConfiguration

public SshAPIConfiguration()
Method Detail

getCipherConfiguration

public CipherConfiguration getCipherConfiguration()
Gets the cipherConfiguration attribute of the SshAPIConfiguration object

Returns:
The cipherConfiguration value

setCipherConfiguration

public void setCipherConfiguration(CipherConfiguration _CipherConfiguration)
Sets the cipherConfiguration attribute of the SshAPIConfiguration object

Parameters:
_CipherConfiguration - The new cipherConfiguration value

getMacConfiguration

public MacConfiguration getMacConfiguration()
Gets the macConfiguration attribute of the SshAPIConfiguration object

Returns:
The macConfiguration value

setMacConfiguration

public void setMacConfiguration(MacConfiguration _MacConfiguration)
Sets the macConfiguration attribute of the SshAPIConfiguration object

Parameters:
_MacConfiguration - The new macConfiguration value

getCompressionConfiguration

public CompressionConfiguration getCompressionConfiguration()
Gets the compressionConfiguration attribute of the SshAPIConfiguration object

Returns:
The compressionConfiguration value

setCompressionConfiguration

public void setCompressionConfiguration(CompressionConfiguration _CompressionConfiguration)
Sets the compressionConfiguration attribute of the SshAPIConfiguration object

Parameters:
_CompressionConfiguration - The new compressionConfiguration value

getPublicKeyConfiguration

public PublicKeyConfiguration getPublicKeyConfiguration()
Gets the publicKeyConfiguration attribute of the SshAPIConfiguration object

Returns:
The publicKeyConfiguration value

setPublicKeyConfiguration

public void setPublicKeyConfiguration(PublicKeyConfiguration _PublicKeyConfiguration)
Sets the publicKeyConfiguration attribute of the SshAPIConfiguration object

Parameters:
_PublicKeyConfiguration - The new publicKeyConfiguration value

getAuthenticationConfiguration

public AuthenticationConfiguration getAuthenticationConfiguration()
Gets the authenticationConfiguration attribute of the SshAPIConfiguration object

Returns:
The authenticationConfiguration value

setAuthenticationConfiguration

public void setAuthenticationConfiguration(AuthenticationConfiguration _AuthenticationConfiguration)
Sets the authenticationConfiguration attribute of the SshAPIConfiguration object

Parameters:
_AuthenticationConfiguration - The new authenticationConfiguration value

getKeyExchangeConfiguration

public KeyExchangeConfiguration getKeyExchangeConfiguration()
Gets the keyExchangeConfiguration attribute of the SshAPIConfiguration object

Returns:
The keyExchangeConfiguration value

setKeyExchangeConfiguration

public void setKeyExchangeConfiguration(KeyExchangeConfiguration _KeyExchangeConfiguration)
Sets the keyExchangeConfiguration attribute of the SshAPIConfiguration object

Parameters:
_KeyExchangeConfiguration - The new keyExchangeConfiguration value

validateThis

public void validateThis()
                  throws LocalValidationException
Description of the Method

Throws:
LocalValidationException - Description of the Exception

validate

public void validate(Validator v)
              throws StructureValidationException
Description of the Method

Parameters:
v - Description of the Parameter
Throws:
StructureValidationException - Description of the Exception

marshal

public void marshal(Marshaller m)
             throws java.io.IOException
Description of the Method

Parameters:
m - Description of the Parameter
Throws:
java.io.IOException - Description of the Exception

unmarshal

public void unmarshal(Unmarshaller u)
               throws UnmarshalException
Description of the Method

Parameters:
u - Description of the Parameter
Throws:
UnmarshalException - Description of the Exception

unmarshal

public static SshAPIConfiguration unmarshal(XMLScanner xs,
                                            Dispatcher d)
                                     throws UnmarshalException
Description of the Method

Parameters:
xs - Description of the Parameter
d - Description of the Parameter
Returns:
Description of the Return Value
Throws:
UnmarshalException - Description of the Exception

equals

public boolean equals(java.lang.Object ob)
Description of the Method

Parameters:
ob - Description of the Parameter
Returns:
Description of the Return Value

hashCode

public int hashCode()
Description of the Method

Returns:
Description of the Return Value

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value

newDispatcher

public static Dispatcher newDispatcher()
Description of the Method

Returns:
Description of the Return Value


Copyright © 2002 Sshtools.com. All Rights Reserved.