|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.SftpAlgorithms
public class SftpAlgorithms
SFTP service algorithms descriptor.
Constructor Summary | |
---|---|
SftpAlgorithms()
Creates new instance. |
|
SftpAlgorithms(SftpAlgorithms that)
Creates new instance from existing instance. |
|
SftpAlgorithms(java.lang.String[] supportedKexes,
java.lang.String[] supportedCiphers,
java.lang.String[] supportedMacs,
java.lang.String[] supportedCompressions)
Creates new instance. |
Method Summary | |
---|---|
java.lang.String[] |
getSupportedCiphers()
Gets ciphers. |
java.lang.String[] |
getSupportedCompressions()
Gets compression algorithms. |
java.lang.String[] |
getSupportedKexes()
Gets key exchange algorithms. |
java.lang.String[] |
getSupportedMacs()
Gets MAC (message authentication) algorithms. |
void |
setSupportedCiphers(java.lang.String[] value)
Sets ciphers. |
void |
setSupportedCompressions(java.lang.String[] value)
Sets compression algorithms. |
void |
setSupportedKexes(java.lang.String[] value)
Sets key exchange algorithms. |
void |
setSupportedMacs(java.lang.String[] value)
Sets MAC (message authentication) algorithms. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SftpAlgorithms(java.lang.String[] supportedKexes, java.lang.String[] supportedCiphers, java.lang.String[] supportedMacs, java.lang.String[] supportedCompressions)
supportedKexes
- supported key exchange algorithmssupportedCiphers
- supported cipher algorithmssupportedMacs
- supported MAC algorithmssupportedCompressions
- supported compression algorithmspublic SftpAlgorithms(SftpAlgorithms that)
that
- an instance to copypublic SftpAlgorithms()
Method Detail |
---|
public java.lang.String[] getSupportedKexes()
public void setSupportedKexes(java.lang.String[] value)
value
- key exchange algorithmspublic java.lang.String[] getSupportedCiphers()
public void setSupportedCiphers(java.lang.String[] value)
value
- supported cipher algorithmspublic java.lang.String[] getSupportedMacs()
public void setSupportedMacs(java.lang.String[] value)
value
- supported MAC algorithmspublic java.lang.String[] getSupportedCompressions()
public void setSupportedCompressions(java.lang.String[] value)
value
- supported compression algorithms
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |