@FunctionalInterface public interface HostKeyCertificateProvider
| Modifier and Type | Method and Description |
|---|---|
default OpenSshCertificate |
loadCertificate(SessionContext session,
String keyType) |
Iterable<OpenSshCertificate> |
loadCertificates(SessionContext session) |
Iterable<OpenSshCertificate> loadCertificates(SessionContext session) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptiondefault OpenSshCertificate loadCertificate(SessionContext session, String keyType) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionCopyright © 2018–2024 The Apache Software Foundation. All rights reserved.