Interface HostKeyCertificateProvider
- All Known Implementing Classes:
FileHostKeyCertificateProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault OpenSshCertificateloadCertificate(SessionContext session, String keyType) loadCertificates(SessionContext session)
-
Method Details
-
loadCertificates
Iterable<OpenSshCertificate> loadCertificates(SessionContext session) throws IOException, GeneralSecurityException - Throws:
IOExceptionGeneralSecurityException
-
loadCertificate
default OpenSshCertificate loadCertificate(SessionContext session, String keyType) throws IOException, GeneralSecurityException - Throws:
IOExceptionGeneralSecurityException
-