Modifier and Type | Method and Description |
---|---|
OpenSshCertificate |
OpenSshCertificateBuilder.sign(KeyPair caKeypair)
Creates a certificate signed with the given CA key.
|
OpenSshCertificate |
OpenSshCertificateBuilder.sign(KeyPair caKeypair,
String signatureAlgorithm)
Creates a certificate signed with the given CA key using the specified signature algorithm.
|
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 |
---|---|
static boolean |
KeyUtils.compareOpenSSHCertificateKeys(OpenSshCertificate k1,
OpenSshCertificate k2) |
static boolean |
OpenSshCertificate.isValidNow(OpenSshCertificate cert)
Determines whether the given
OpenSshCertificate is valid at the current local system time. |
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 |
---|---|
default OpenSshCertificate |
HostKeyCertificateProvider.loadCertificate(SessionContext session,
String keyType) |
Modifier and Type | Method and Description |
---|---|
Iterable<OpenSshCertificate> |
FileHostKeyCertificateProvider.loadCertificates(SessionContext session) |
Iterable<OpenSshCertificate> |
HostKeyCertificateProvider.loadCertificates(SessionContext session) |
Modifier and Type | Method and Description |
---|---|
OpenSshCertificate |
OpenSSHCertPublicKeyParser.getRawPublicKey(String keyType,
Buffer buffer) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.