Package | Description |
---|---|
com.maverick.agent | |
com.maverick.agent.client | |
com.maverick.agent.openssh | |
com.maverick.agent.rfc | |
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
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.ssh1 |
This package contains an SSH1 implementation of the
com.maverick.ssh interfaces.
|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Method and Description |
---|---|
boolean |
KeyStore.addKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints cs)
Add a key to this keystore
|
boolean |
InMemoryKeyStore.addKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints cs) |
Modifier and Type | Method and Description |
---|---|
void |
SshAgentClient.addKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints constraints)
Add a key to the agent
|
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
SshAgentAddKey.getPrivateKey() |
Constructor and Description |
---|
SshAgentAddKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints constraints)
Creates a new SshAgentAddKey object.
|
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
SshAgentAddKey.getPrivateKey() |
Constructor and Description |
---|
SshAgentAddKey(SshPrivateKey prvkey,
SshPublicKey pubkey,
String description,
KeyConstraints constraints)
Creates a new SshAgentAddKey object.
|
Modifier and Type | Field and Description |
---|---|
protected SshPrivateKey |
PublicKeyAuthentication.privatekey |
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
PublicKeyAuthentication.getPrivateKey()
Get the private key for this authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
PublicKeyAuthentication.setPrivateKey(SshPrivateKey privatekey)
Set the private key for this authentication.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SshDsaPrivateKey
This interface should be implemented by all DSA private key
implementations.
|
interface |
SshRsaPrivateCrtKey
This interface should be implemented by all RSA private co-efficient
private key implementations.
|
interface |
SshRsaPrivateKey
This interface should be implemented by all RSA private key
implementations.
|
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
SshKeyPair.getPrivateKey()
Get the private key.
|
Modifier and Type | Method and Description |
---|---|
static SshKeyPair |
SshKeyPair.getKeyPair(SshPrivateKey prv,
SshPublicKey pub)
Wraps a public/private key pair into an SshKeyPair instance.
|
void |
SshKeyPair.setPrivateKey(SshPrivateKey privatekey)
Set the private key
|
Modifier and Type | Interface and Description |
---|---|
interface |
SshEd25519PrivateKey |
interface |
SshEd448PrivateKey |
Modifier and Type | Class and Description |
---|---|
class |
Ssh2BaseDsaPrivateKey |
class |
Ssh2BaseJCEPrivateKey |
class |
Ssh2BaseRsaPrivateKey |
class |
Ssh2DsaPrivateKey
DSA private key implementation for the SSH2 protocol.
|
class |
Ssh2EcdsaSha2NistPrivateKey |
class |
Ssh2RsaPrivateCrtKey
RSA co-efficient private key implementation for SSH2 protocol.
|
class |
Ssh2RsaPrivateKey
RSA private key implementation for the SSH2 protocol.
|
class |
SshEd25519PrivateKeyJCE |
class |
SshEd448PrivateKeyJCE |
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
Ssh1RhostsRsaAuthentication.getPrivateKey()
Get the private key used for this authentication
|
Modifier and Type | Method and Description |
---|---|
void |
Ssh1RhostsRsaAuthentication.setPrivateKey(SshPrivateKey prv)
Set the private key for the authentication attempt
|
Modifier and Type | Method and Description |
---|---|
SshPrivateKey |
Ssh2HostbasedAuthentication.getPrivateKey()
Get the private key used for this authentication
|
Modifier and Type | Method and Description |
---|---|
void |
Ssh2HostbasedAuthentication.setPrivateKey(SshPrivateKey prv)
Set the private key for the authentication attempt
|
Copyright © 2024. All rights reserved.