Package | Description |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.transport.cipher |
Modifier and Type | Method and Description |
---|---|
List<Factory.Named<Cipher>> |
Config.getCipherFactories()
Retrieve the list of named factories for
Cipher . |
List<Factory.Named<Cipher>> |
ConfigImpl.getCipherFactories() |
Modifier and Type | Method and Description |
---|---|
void |
Config.setCipherFactories(List<Factory.Named<Cipher>> cipherFactories)
Set the named factories for
Cipher . |
void |
ConfigImpl.setCipherFactories(List<Factory.Named<Cipher>> cipherFactories) |
Modifier and Type | Class and Description |
---|---|
class |
AES128CBC
aes128-cbc cipher |
class |
AES128CTR
aes128-ctr cipher |
class |
AES192CBC
aes192-cbc cipher |
class |
AES192CTR
aes192-ctr cipher |
class |
AES256CBC
aes256-ctr cipher |
class |
AES256CTR
aes256-ctr cipher |
class |
BaseCipher
Base class for all Cipher implementations delegating to the JCE provider.
|
class |
BlowfishCBC
blowfish-ctr cipher |
class |
NoneCipher
Represents a no-op cipher.
|
class |
TripleDESCBC
3des-cbc cipher |
Modifier and Type | Method and Description |
---|---|
Cipher |
AES256CTR.Factory.create() |
Cipher |
AES256CBC.Factory.create() |
Cipher |
AES192CTR.Factory.create() |
Cipher |
AES128CBC.Factory.create() |
Cipher |
AES128CTR.Factory.create() |
Cipher |
AES192CBC.Factory.create() |
Cipher |
BlowfishCBC.Factory.create() |
Cipher |
TripleDESCBC.Factory.create() |
Cipher |
NoneCipher.Factory.create() |
Copyright © 2009-2012. All Rights Reserved.