com.sshtools.j2ssh.configuration
Class KeyExchangeConfiguration

java.lang.Object
  |
  +--MarshallableObject
        |
        +--com.sshtools.j2ssh.configuration.KeyExchangeConfiguration

public class KeyExchangeConfiguration
extends MarshallableObject

Generated by the JAXB toolkit to represent the KeyExchangeConfiguration 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
KeyExchangeConfiguration()
           
 
Method Summary
 void deleteKeyExchangeAlgorithm()
          Description of the Method
 void emptyKeyExchangeAlgorithm()
          Description of the Method
 boolean equals(java.lang.Object ob)
          Description of the Method
 java.lang.String getDefaultAlgorithm()
          Gets the defaultAlgorithm attribute of the KeyExchangeConfiguration object
 java.util.List getKeyExchangeAlgorithm()
          Gets the keyExchangeAlgorithm attribute of the KeyExchangeConfiguration object
 int hashCode()
          Description of the Method
 void marshal(Marshaller m)
          Description of the Method
static Dispatcher newDispatcher()
          Description of the Method
 void setDefaultAlgorithm(java.lang.String _DefaultAlgorithm)
          Sets the defaultAlgorithm attribute of the KeyExchangeConfiguration object
 java.lang.String toString()
          Description of the Method
 void unmarshal(Unmarshaller u)
          Description of the Method
static KeyExchangeConfiguration 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

KeyExchangeConfiguration

public KeyExchangeConfiguration()
Method Detail

getKeyExchangeAlgorithm

public java.util.List getKeyExchangeAlgorithm()
Gets the keyExchangeAlgorithm attribute of the KeyExchangeConfiguration object

Returns:
The keyExchangeAlgorithm value

deleteKeyExchangeAlgorithm

public void deleteKeyExchangeAlgorithm()
Description of the Method


emptyKeyExchangeAlgorithm

public void emptyKeyExchangeAlgorithm()
Description of the Method


getDefaultAlgorithm

public java.lang.String getDefaultAlgorithm()
Gets the defaultAlgorithm attribute of the KeyExchangeConfiguration object

Returns:
The defaultAlgorithm value

setDefaultAlgorithm

public void setDefaultAlgorithm(java.lang.String _DefaultAlgorithm)
Sets the defaultAlgorithm attribute of the KeyExchangeConfiguration object

Parameters:
_DefaultAlgorithm - The new defaultAlgorithm 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 KeyExchangeConfiguration 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.