|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MarshallableRootElement | +--com.sshtools.j2ssh.configuration.SshAPIConfiguration
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.
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 |
public SshAPIConfiguration()
Method Detail |
public CipherConfiguration getCipherConfiguration()
public void setCipherConfiguration(CipherConfiguration _CipherConfiguration)
_CipherConfiguration
- The new cipherConfiguration valuepublic MacConfiguration getMacConfiguration()
public void setMacConfiguration(MacConfiguration _MacConfiguration)
_MacConfiguration
- The new macConfiguration valuepublic CompressionConfiguration getCompressionConfiguration()
public void setCompressionConfiguration(CompressionConfiguration _CompressionConfiguration)
_CompressionConfiguration
- The new compressionConfiguration valuepublic PublicKeyConfiguration getPublicKeyConfiguration()
public void setPublicKeyConfiguration(PublicKeyConfiguration _PublicKeyConfiguration)
_PublicKeyConfiguration
- The new publicKeyConfiguration valuepublic AuthenticationConfiguration getAuthenticationConfiguration()
public void setAuthenticationConfiguration(AuthenticationConfiguration _AuthenticationConfiguration)
_AuthenticationConfiguration
- The new authenticationConfiguration
valuepublic KeyExchangeConfiguration getKeyExchangeConfiguration()
public void setKeyExchangeConfiguration(KeyExchangeConfiguration _KeyExchangeConfiguration)
_KeyExchangeConfiguration
- The new keyExchangeConfiguration valuepublic void validateThis() throws LocalValidationException
LocalValidationException
- Description of the Exceptionpublic void validate(Validator v) throws StructureValidationException
v
- Description of the Parameter
StructureValidationException
- Description of the Exceptionpublic void marshal(Marshaller m) throws java.io.IOException
m
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic void unmarshal(Unmarshaller u) throws UnmarshalException
u
- Description of the Parameter
UnmarshalException
- Description of the Exceptionpublic static SshAPIConfiguration unmarshal(XMLScanner xs, Dispatcher d) throws UnmarshalException
xs
- Description of the Parameterd
- Description of the Parameter
UnmarshalException
- Description of the Exceptionpublic boolean equals(java.lang.Object ob)
ob
- Description of the Parameter
public int hashCode()
public java.lang.String toString()
public static Dispatcher newDispatcher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |