Uses of Interface
org.apache.sshd.common.util.io.resource.IoResource
-
Packages that use IoResource Package Description org.apache.sshd.common.config.keys org.apache.sshd.common.config.keys.loader org.apache.sshd.common.keyprovider org.apache.sshd.common.util.io.resource -
-
Uses of IoResource in org.apache.sshd.common.config.keys
Methods in org.apache.sshd.common.config.keys with parameters of type IoResource Modifier and Type Method Description default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, IoResource<?> resource)default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, IoResource<?> resource, java.nio.charset.Charset cs) -
Uses of IoResource in org.apache.sshd.common.config.keys.loader
Methods in org.apache.sshd.common.config.keys.loader with parameters of type IoResource Modifier and Type Method Description default java.util.Collection<java.security.KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, IoResource<?> resource, FilePasswordProvider passwordProvider)default java.util.Collection<java.security.KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, IoResource<?> resource, FilePasswordProvider passwordProvider, java.nio.charset.Charset cs) -
Uses of IoResource in org.apache.sshd.common.keyprovider
Methods in org.apache.sshd.common.keyprovider that return IoResource Modifier and Type Method Description protected IoResource<?>AbstractResourceKeyPairProvider. getIoResource(SessionContext session, R resource)protected IoResource<?>ClassLoadableResourceKeyPairProvider. getIoResource(SessionContext session, java.lang.String resource)protected IoResource<java.nio.file.Path>FileKeyPairProvider. getIoResource(SessionContext session, java.nio.file.Path resource) -
Uses of IoResource in org.apache.sshd.common.util.io.resource
Classes in org.apache.sshd.common.util.io.resource that implement IoResource Modifier and Type Class Description classAbstractIoResource<T>TODO Add javadocclassClassLoaderResourceTODO Add javadocclassPathResourceclassURIResourceclassURLResourceMethods in org.apache.sshd.common.util.io.resource that return IoResource Modifier and Type Method Description static IoResource<?>IoResource. forResource(java.lang.Object resource)Attempts to find the best wrapper for the resource
-