Modifier and Type | Method and Description |
---|---|
protected void |
DHGClient.verifyCertificate(Session session,
OpenSshCertificate openSshKey) |
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,
java.lang.String keyType,
java.io.InputStream keyData,
java.util.Map<java.lang.String,java.lang.String> headers) |
Modifier and Type | Method and Description |
---|---|
OpenSshCertificate |
OpenSSHCertificateDecoder.clonePrivateKey(OpenSshCertificate key) |
OpenSshCertificate |
OpenSSHCertificateDecoder.clonePublicKey(OpenSshCertificate key) |
java.lang.String |
OpenSSHCertificateDecoder.encodePublicKey(java.io.OutputStream s,
OpenSshCertificate key) |
Modifier and Type | Method and Description |
---|---|
OpenSshCertificate |
FileHostKeyCertificateProvider.loadCertificate(SessionContext session,
java.lang.String keyType) |
OpenSshCertificate |
HostKeyCertificateProvider.loadCertificate(SessionContext session,
java.lang.String keyType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<OpenSshCertificate> |
FileHostKeyCertificateProvider.loadCertificates(SessionContext session) |
java.lang.Iterable<OpenSshCertificate> |
HostKeyCertificateProvider.loadCertificates(SessionContext session) |
Modifier and Type | Method and Description |
---|---|
OpenSshCertificate |
OpenSSHCertPublicKeyParser.getRawPublicKey(java.lang.String keyType,
Buffer buffer) |