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