|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyFormat | |
---|---|
com.jscape.inet.ssh.transport | |
com.jscape.inet.ssh.transport.kex | |
com.jscape.inet.ssh.transport.keyformat |
Uses of KeyFormat in com.jscape.inet.ssh.transport |
---|
Methods in com.jscape.inet.ssh.transport that return KeyFormat | |
---|---|
KeyFormat |
AlgorithmFactory.getKeyFormat(java.lang.String sshFormatName)
|
KeyFormat |
AlgorithmFactory.getSshKeyFormat(java.lang.String javaAlgorithm)
|
Uses of KeyFormat in com.jscape.inet.ssh.transport.kex |
---|
Methods in com.jscape.inet.ssh.transport.kex with parameters of type KeyFormat | |
---|---|
KeyCreator |
DHKeyExchange.runClient(boolean checkServerKeySignature,
KeyFormat format)
|
abstract KeyCreator |
KeyExchange.runClient(boolean checkServerKeySignature,
KeyFormat format)
Runs the key exchanging for the client. |
KeyCreator |
DHKeyExchange.runServer(java.security.KeyPair keyPair,
KeyFormat format)
|
abstract KeyCreator |
KeyExchange.runServer(java.security.KeyPair keyPair,
KeyFormat format)
Runs the key exchanging for the server. |
Uses of KeyFormat in com.jscape.inet.ssh.transport.keyformat |
---|
Subclasses of KeyFormat in com.jscape.inet.ssh.transport.keyformat | |
---|---|
class |
DSSKeyFormat
|
class |
RSAKeyFormat
|
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |