|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SshKeyPair | |
|---|---|
| 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.ssh.components.standalone | This package contains a set of algoritm implementations that use an internal cryptographic provider. |
| com.sshtools.publickey | This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture. |
| Uses of SshKeyPair in com.maverick.ssh.components |
|---|
| Methods in com.maverick.ssh.components that return SshKeyPair | |
|---|---|
abstract SshKeyPair |
ComponentManager.generateDsaKeyPair(int bits)
Generate a new DSA public/private key pair. |
abstract SshKeyPair |
ComponentManager.generateRsaKeyPair(int bits,
int version)
Generate an RSA public/private pair. |
static SshKeyPair |
SshKeyPair.getKeyPair(SshPrivateKey prv,
SshPublicKey pub)
Wraps a public/private key pair into an SshKeyPair instance. |
| Uses of SshKeyPair in com.maverick.ssh.components.jce |
|---|
| Methods in com.maverick.ssh.components.jce that return SshKeyPair | |
|---|---|
SshKeyPair |
JCEComponentManager.generateDsaKeyPair(int bits)
|
SshKeyPair |
JCEComponentManager.generateRsaKeyPair(int bits,
int version)
|
| Uses of SshKeyPair in com.maverick.ssh.components.standalone |
|---|
| Methods in com.maverick.ssh.components.standalone that return SshKeyPair | |
|---|---|
SshKeyPair |
StandaloneComponentManager.generateDsaKeyPair(int bits)
|
SshKeyPair |
StandaloneComponentManager.generateRsaKeyPair(int bits,
int version)
|
| Uses of SshKeyPair in com.sshtools.publickey |
|---|
| Methods in com.sshtools.publickey that return SshKeyPair | |
|---|---|
static SshKeyPair |
SshKeyPairGenerator.generateKeyPair(java.lang.String algorithm,
int bits)
Generates a new key pair. |
SshKeyPair |
SshPrivateKeyFile.toKeyPair(java.lang.String passphrase)
Decode the private key using the users passphrase. |
| Methods in com.sshtools.publickey with parameters of type SshKeyPair | |
|---|---|
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.create(SshKeyPair pair,
java.lang.String passphrase,
java.lang.String comment,
int format)
|
static void |
SshPrivateKeyFileFactory.createFile(SshKeyPair key,
java.lang.String passphrase,
java.lang.String comment,
int format,
java.io.File toFile)
Take a SshPrivateKey and write it to a file. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||