| Package | Description |
|---|---|
| com.sshtools.common.ssh.components |
This package contains an abstract cryptographic provider for the SSH protocol.
|
| com.sshtools.common.ssh.components.jce |
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SshDsaPrivateKey |
ComponentManager.createDsaPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger x,
java.math.BigInteger y)
Create an instance of a DSA private key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ssh2DsaPrivateKey
DSA private key implementation for the SSH2 protocol.
|
| Modifier and Type | Method and Description |
|---|---|
SshDsaPrivateKey |
JCEComponentManager.createDsaPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger x,
java.math.BigInteger y) |
Copyright © 2022. All rights reserved.