| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys | |
| org.apache.sshd.common.config.keys.impl | |
| org.apache.sshd.common.keyprovider | |
| org.apache.sshd.common.util.buffer.keys |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSshCertificateImpl |
| Modifier and Type | Method and Description |
|---|---|
OpenSshCertificate |
OpenSSHCertificateDecoder.clonePrivateKey(OpenSshCertificate key) |
OpenSshCertificate |
OpenSSHCertificateDecoder.clonePublicKey(OpenSshCertificate key) |
OpenSshCertificate |
OpenSSHCertificateDecoder.decodePublicKey(SessionContext session,
String keyType,
InputStream keyData,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
OpenSshCertificate |
OpenSSHCertificateDecoder.clonePrivateKey(OpenSshCertificate key) |
OpenSshCertificate |
OpenSSHCertificateDecoder.clonePublicKey(OpenSshCertificate key) |
String |
OpenSSHCertificateDecoder.encodePublicKey(OutputStream s,
OpenSshCertificate key) |
| Modifier and Type | Method and Description |
|---|---|
OpenSshCertificate |
HostKeyCertificateProvider.loadCertificate(SessionContext session,
String keyType) |
OpenSshCertificate |
FileHostKeyCertificateProvider.loadCertificate(SessionContext session,
String keyType) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<OpenSshCertificate> |
HostKeyCertificateProvider.loadCertificates(SessionContext session) |
Iterable<OpenSshCertificate> |
FileHostKeyCertificateProvider.loadCertificates(SessionContext session) |
| Modifier and Type | Method and Description |
|---|---|
OpenSshCertificate |
OpenSSHCertPublicKeyParser.getRawPublicKey(String keyType,
Buffer buffer) |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.