Package | Description |
---|---|
com.maverick.ssh.components |
This package contains an abstract cryptographic provider for the SSH protocol.
|
com.maverick.ssh.components.jce |
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
NoneHmac |
Modifier and Type | Method and Description |
---|---|
ComponentFactory<SshHmac> |
ComponentManager.supportedHMacsCS()
Deprecated.
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
ComponentFactory<SshHmac> |
ComponentManager.supportedHMacsCS(boolean clone)
Deprecated.
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
ComponentFactory<SshHmac> |
ComponentManager.supportedHMacsSC()
Deprecated.
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
ComponentFactory<SshHmac> |
ComponentManager.supportedHMacsSC(boolean clone)
Deprecated.
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ComponentManager.initializeHmacFactory(ComponentFactory<SshHmac> hmacs)
Initialize the SSH2 HMAC factory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHmac
An abstract class that implements the
SshHmac
interface to provide support for JCE based message authentication. |
class |
HmacMD5
MD5 message authentication implementation.
|
class |
HmacMD596
MD5 message authentication implementation.
|
class |
HmacMD5ETM
MD5 message authentication implementation.
|
class |
HmacRipeMd160
SHA-1 message authentication implementation.
|
class |
HmacRipeMd160_at_openssh_dot_com
SHA-1 message authentication implementation.
|
class |
HmacRipeMd160ETM
SHA-1 message authentication implementation.
|
class |
HmacSha1
SHA-1 message authentication implementation.
|
class |
HmacSha196
SHA-1 message authentication implementation.
|
class |
HmacSha1ETM
SHA-1 message authentication implementation.
|
class |
HmacSha256
SHA-1 message authentication implementation.
|
class |
HmacSha256_96
SHA-1 message authentication implementation.
|
class |
HmacSha256_at_ssh_dot_com
SHA-1 message authentication implementation.
|
class |
HmacSha256ETM
SHA-1 message authentication implementation.
|
class |
HmacSha512
SHA-1 message authentication implementation.
|
class |
HmacSha512_96
SHA-1 message authentication implementation.
|
class |
HmacSha512ETM
SHA-1 message authentication implementation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JCEComponentManager.initializeHmacFactory(ComponentFactory<SshHmac> hmacs) |
Modifier and Type | Method and Description |
---|---|
ComponentFactory<SshHmac> |
Ssh2Context.supportedMacsCS()
Get this context's supported message authentication algorithms CS.
|
ComponentFactory<SshHmac> |
Ssh2Context.supportedMacsSC()
Get this context's supported message authentication algorithms SC.
|
Copyright © 2024. All rights reserved.