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 |
---|---|
OpenSshCertificate |
SshCertificate.getCertificate() |
Constructor and Description |
---|
SshCertificate(SshKeyPair pair,
OpenSshCertificate certificate) |
Modifier and Type | Class and Description |
---|---|
class |
OpenSshDsaCertificate |
class |
OpenSshEcdsaCertificate |
class |
OpenSshEcdsaSha2Nist256Certificate |
class |
OpenSshEcdsaSha2Nist384Certificate |
class |
OpenSshEcdsaSha2Nist521Certificate |
class |
OpenSshEd25519Certificate |
class |
OpenSshRsaCertificate
A RSA public key implementation which uses a JCE provider.
|
class |
OpenSshRsaSha256Certificate
A RSA public key implementation which uses a JCE provider.
|
class |
OpenSshRsaSha512Certificate
A RSA public key implementation which uses a JCE provider.
|
Modifier and Type | Method and Description |
---|---|
OpenSshCertificate |
OpenSshCertificate.init(byte[] blob) |
Copyright © 2023. All rights reserved.