Uses of Interface
org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
Packages that use KeyPairResourceParser
Package
Description
-
Uses of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader
Classes in org.apache.sshd.common.config.keys.loader that implement KeyPairResourceParserFields in org.apache.sshd.common.config.keys.loader declared as KeyPairResourceParserModifier and TypeFieldDescriptionstatic final KeyPairResourceParserKeyPairResourceParser.EMPTYAn empty parser that never fails, but always report that it cannot extract key pairs and returns empty list if asked to loadMethods in org.apache.sshd.common.config.keys.loader that return KeyPairResourceParserModifier and TypeMethodDescriptionstatic KeyPairResourceParserKeyPairResourceParser.aggregate(Collection<? extends KeyPairResourceParser> parsers) static KeyPairResourceParserKeyPairResourceParser.aggregate(KeyPairResourceParser... parsers) Methods in org.apache.sshd.common.config.keys.loader with parameters of type KeyPairResourceParserModifier and TypeMethodDescriptionstatic KeyPairResourceParserKeyPairResourceParser.aggregate(KeyPairResourceParser... parsers) Method parameters in org.apache.sshd.common.config.keys.loader with type arguments of type KeyPairResourceParserModifier and TypeMethodDescriptionstatic KeyPairResourceParserKeyPairResourceParser.aggregate(Collection<? extends KeyPairResourceParser> parsers) -
Uses of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader.openssh
Classes in org.apache.sshd.common.config.keys.loader.openssh that implement KeyPairResourceParser -
Uses of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader.pem
Subinterfaces of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader.pemModifier and TypeInterfaceDescriptioninterfaceThe reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"Classes in org.apache.sshd.common.config.keys.loader.pem that implement KeyPairResourceParserModifier and TypeClassDescriptionclassBase class for PEM file key-pair loadersclassclassclassclassFields in org.apache.sshd.common.config.keys.loader.pem declared as KeyPairResourceParserFields in org.apache.sshd.common.config.keys.loader.pem with type parameters of type KeyPairResourceParserModifier and TypeFieldDescriptionprivate static final AtomicReference<KeyPairResourceParser> PEMResourceParserUtils.PROXY_HOLDER -
Uses of KeyPairResourceParser in org.apache.sshd.common.util.security
Fields in org.apache.sshd.common.util.security with type parameters of type KeyPairResourceParserModifier and TypeFieldDescriptionprivate static final AtomicReference<KeyPairResourceParser> SecurityUtils.KEYPAIRS_PARSER_HODLERMethods in org.apache.sshd.common.util.security that return KeyPairResourceParserModifier and TypeMethodDescriptionstatic KeyPairResourceParserSecurityUtils.getBouncycastleKeyPairResourceParser()static KeyPairResourceParserSecurityUtils.getKeyPairResourceParser()Methods in org.apache.sshd.common.util.security with parameters of type KeyPairResourceParserModifier and TypeMethodDescriptionstatic voidSecurityUtils.setKeyPairResourceParser(KeyPairResourceParser parser) -
Uses of KeyPairResourceParser in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement KeyPairResourceParser -
Uses of KeyPairResourceParser in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement KeyPairResourceParser -
Uses of KeyPairResourceParser in org.apache.sshd.putty
Subinterfaces of KeyPairResourceParser in org.apache.sshd.puttyModifier and TypeInterfaceDescriptioninterfacePuttyKeyPairResourceParser<PUB extends PublicKey,PRV extends PrivateKey> Loads aKeyPairfrom PuTTY's ".ppk" file.Classes in org.apache.sshd.putty that implement KeyPairResourceParserModifier and TypeClassDescriptionclassAbstractPuttyKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey> classclassTODO Add javadocclassTODO Add javadocclassFields in org.apache.sshd.putty declared as KeyPairResourceParserModifier and TypeFieldDescriptionstatic final KeyPairResourceParserPuttyKeyUtils.DEFAULT_INSTANCE