@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
IOException
GeneralSecurityException
default OpenSshCertificate loadCertificate(SessionContext session, String keyType) throws IOException, GeneralSecurityException
IOException
GeneralSecurityException
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.