| 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 SshDsaPublicKey |
ComponentManager.createDsaPublicKey()
Create an uninitialized instance of a DSA public key
|
abstract SshDsaPublicKey |
ComponentManager.createDsaPublicKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y)
Create an instance of a DSA public key.
|
SshDsaPublicKey |
SshDsaPrivateKey.getPublicKey() |
| Modifier and Type | Class and Description |
|---|---|
class |
Ssh2DsaPublicKey
A DSA public key implementation which uses a JCE provider.
|
| Modifier and Type | Method and Description |
|---|---|
SshDsaPublicKey |
JCEComponentManager.createDsaPublicKey() |
SshDsaPublicKey |
JCEComponentManager.createDsaPublicKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y) |
abstract SshDsaPublicKey |
Ssh2BaseDsaPrivateKey.getPublicKey() |
SshDsaPublicKey |
Ssh2DsaPrivateKey.getPublicKey() |
Copyright © 2022. All rights reserved.