Package | Description |
---|---|
com.maverick.sshd.components.jce.server |
This package contains a set of algoritm implementations that enable the Maverick SSHD
to use a Java Cryptography Extension provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffieHellmanGroup
Implementation of the required SSH Transport Protocol key exchange method
"diffie-hellman-group1-sha1".
|
class |
DiffieHellmanGroup14Sha1JCE
Implementation of the required SSH Transport Protocol key exchange method
"diffie-hellman-group14-sha1".
|
class |
DiffieHellmanGroup14Sha256JCE |
class |
DiffieHellmanGroup15Sha512JCE |
class |
DiffieHellmanGroup16Sha512JCE |
class |
DiffieHellmanGroup17Sha512JCE |
class |
DiffieHellmanGroup18Sha512JCE |
class |
DiffieHellmanGroup1Sha1JCE
Implementation of the required SSH Transport Protocol key exchange method
"diffie-hellman-group1-sha1".
|
class |
DiffieHellmanGroupExchangeSha1JCE |
class |
DiffieHellmanGroupExchangeSha256JCE |
class |
Rsa1024SHA1KeyExchange
Implementation of RFC 4432 https://tools.ietf.org/html/rfc4432
|
class |
Rsa2048SHA2KeyExchange
Implementation of RFC 4432 https://tools.ietf.org/html/rfc4432
|
Copyright © 2024. All rights reserved.