Uses of Interface
org.apache.sshd.common.signature.Signature
Packages that use Signature
-
Uses of Signature in org.apache.sshd.client
Methods in org.apache.sshd.client that return types with arguments of type SignatureModifier and TypeMethodDescriptionstatic List<NamedFactory<Signature>> ClientBuilder.setUpDefaultSignatureFactories(boolean ignoreUnsupported) -
Uses of Signature in org.apache.sshd.client.auth.hostbased
Fields in org.apache.sshd.client.auth.hostbased with type parameters of type SignatureModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> UserAuthHostBased.factoriesprivate List<NamedFactory<Signature>> UserAuthHostBasedFactory.factoriesMethods in org.apache.sshd.client.auth.hostbased that return types with arguments of type SignatureModifier and TypeMethodDescriptionUserAuthHostBased.getSignatureFactories()UserAuthHostBasedFactory.getSignatureFactories()Methods in org.apache.sshd.client.auth.hostbased with parameters of type SignatureModifier and TypeMethodDescriptionprotected byte[]UserAuthHostBased.appendSignature(ClientSession session, String service, String keyType, PublicKey key, byte[] keyBytes, String clientHostname, String clientUsername, Signature verifier, Buffer buffer) Method parameters in org.apache.sshd.client.auth.hostbased with type arguments of type SignatureModifier and TypeMethodDescriptionvoidUserAuthHostBased.setSignatureFactories(List<NamedFactory<Signature>> factories) voidUserAuthHostBasedFactory.setSignatureFactories(List<NamedFactory<Signature>> factories) -
Uses of Signature in org.apache.sshd.client.auth.pubkey
Fields in org.apache.sshd.client.auth.pubkey with type parameters of type SignatureModifier and TypeFieldDescriptionprotected List<NamedFactory<Signature>> UserAuthPublicKey.factoriesprivate List<NamedFactory<Signature>> UserAuthPublicKeyFactory.factoriesprivate final List<NamedFactory<Signature>> KeyPairIdentity.signatureFactoriesMethods in org.apache.sshd.client.auth.pubkey that return types with arguments of type SignatureModifier and TypeMethodDescriptionKeyPairIdentity.getSignatureFactories()UserAuthPublicKey.getSignatureFactories()UserAuthPublicKeyFactory.getSignatureFactories()Method parameters in org.apache.sshd.client.auth.pubkey with type arguments of type SignatureModifier and TypeMethodDescriptionvoidUserAuthPublicKey.setSignatureFactories(List<NamedFactory<Signature>> factories) voidUserAuthPublicKeyFactory.setSignatureFactories(List<NamedFactory<Signature>> factories) Constructor parameters in org.apache.sshd.client.auth.pubkey with type arguments of type SignatureModifierConstructorDescriptionUserAuthPublicKey(List<NamedFactory<Signature>> factories) UserAuthPublicKeyFactory(List<NamedFactory<Signature>> factories) -
Uses of Signature in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type SignatureModifier and TypeFieldDescriptionprotected List<NamedFactory<Signature>> BaseBuilder.signatureFactoriesMethod parameters in org.apache.sshd.common with type arguments of type SignatureModifier and TypeMethodDescriptionBaseBuilder.signatureFactories(List<NamedFactory<Signature>> signatureFactories) -
Uses of Signature in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type SignatureModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> AbstractKexFactoryManager.signatureFactoriesMethods in org.apache.sshd.common.kex that return types with arguments of type SignatureMethod parameters in org.apache.sshd.common.kex with type arguments of type SignatureModifier and TypeMethodDescriptionvoidAbstractKexFactoryManager.setSignatureFactories(List<NamedFactory<Signature>> signatureFactories) -
Uses of Signature in org.apache.sshd.common.signature
Classes in org.apache.sshd.common.signature that implement SignatureModifier and TypeClassDescriptionclassclassUseful base class forSignatureimplementationclassDSASignatureclassSignature algorithm for EC keys using ECDSA.static classstatic classstatic classclassRSASignatureclassclassclassclassclassMethods in org.apache.sshd.common.signature that return SignatureModifier and TypeMethodDescriptionprotected abstract SignatureAbstractSecurityKeySignature.getDelegateSignature()protected SignatureSignatureSkECDSA.getDelegateSignature()protected SignatureSignatureSkED25519.getDelegateSignature()static SignatureBuiltinSignatures.getSignerByCurveSize(ECParameterSpec params) Methods in org.apache.sshd.common.signature that return types with arguments of type SignatureModifier and TypeMethodDescriptionSignatureFactoriesHolder.getSignatureFactories()static List<NamedFactory<Signature>> SignatureFactoriesManager.getSignatureFactories(SignatureFactoriesManager manager) static List<NamedFactory<Signature>> SignatureFactoriesManager.resolveSignatureFactories(SignatureFactoriesManager primary, SignatureFactoriesManager secondary) Attempts to use the primary manager's signature factories if notnull/empty, otherwise uses the secondary ones (regardless of whether there are any...)static NamedFactory<? extends Signature> SignatureFactory.resolveSignatureFactory(String keyType, Collection<? extends NamedFactory<? extends Signature>> factories) static NamedFactory<Signature> SignatureFactory.resolveSignatureFactoryByPublicKey(PublicKey pubKey, String algo) Method parameters in org.apache.sshd.common.signature with type arguments of type SignatureModifier and TypeMethodDescriptionstatic BuiltinSignaturesBuiltinSignatures.fromFactory(NamedFactory<Signature> factory) static intSignatureFactory.resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory) static intSignatureFactory.resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory) SignatureFactory.resolveSignatureFactoriesProposal(Iterable<String> provided, Collection<? extends NamedFactory<Signature>> factories) static NamedFactory<? extends Signature> SignatureFactory.resolveSignatureFactory(String keyType, Collection<? extends NamedFactory<? extends Signature>> factories) voidSignatureFactoriesManager.setSignatureFactories(List<NamedFactory<Signature>> factories) -
Uses of Signature in org.apache.sshd.common.util.security
Methods in org.apache.sshd.common.util.security that return Signature -
Uses of Signature in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement SignatureMethods in org.apache.sshd.common.util.security.eddsa that return SignatureModifier and TypeMethodDescriptionstatic SignatureEdDSASecurityProviderUtils.getEDDSASignature() -
Uses of Signature in org.apache.sshd.server
Methods in org.apache.sshd.server that return types with arguments of type SignatureModifier and TypeMethodDescriptionstatic List<NamedFactory<Signature>> ServerBuilder.setUpDefaultSignatureFactories(boolean ignoreUnsupported) -
Uses of Signature in org.apache.sshd.server.auth.hostbased
Fields in org.apache.sshd.server.auth.hostbased with type parameters of type SignatureModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> UserAuthHostBased.factoriesprivate List<NamedFactory<Signature>> UserAuthHostBasedFactory.factoriesMethods in org.apache.sshd.server.auth.hostbased that return types with arguments of type SignatureModifier and TypeMethodDescriptionUserAuthHostBased.getSignatureFactories()UserAuthHostBasedFactory.getSignatureFactories()Method parameters in org.apache.sshd.server.auth.hostbased with type arguments of type SignatureModifier and TypeMethodDescriptionvoidUserAuthHostBased.setSignatureFactories(List<NamedFactory<Signature>> factories) voidUserAuthHostBasedFactory.setSignatureFactories(List<NamedFactory<Signature>> factories) Constructor parameters in org.apache.sshd.server.auth.hostbased with type arguments of type SignatureModifierConstructorDescriptionUserAuthHostBased(List<NamedFactory<Signature>> factories) UserAuthHostBasedFactory(List<NamedFactory<Signature>> factories) -
Uses of Signature in org.apache.sshd.server.auth.pubkey
Fields in org.apache.sshd.server.auth.pubkey with type parameters of type SignatureModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> UserAuthPublicKey.factoriesprivate List<NamedFactory<Signature>> UserAuthPublicKeyFactory.factoriesMethods in org.apache.sshd.server.auth.pubkey that return types with arguments of type SignatureModifier and TypeMethodDescriptionUserAuthPublicKey.getSignatureFactories()UserAuthPublicKeyFactory.getSignatureFactories()Methods in org.apache.sshd.server.auth.pubkey with parameters of type SignatureModifier and TypeMethodDescriptionprotected booleanUserAuthPublicKey.verifySignature(ServerSession session, String username, String alg, PublicKey key, Buffer buffer, Signature verifier, byte[] sig) Method parameters in org.apache.sshd.server.auth.pubkey with type arguments of type SignatureModifier and TypeMethodDescriptionvoidUserAuthPublicKey.setSignatureFactories(List<NamedFactory<Signature>> factories) voidUserAuthPublicKeyFactory.setSignatureFactories(List<NamedFactory<Signature>> factories) Constructor parameters in org.apache.sshd.server.auth.pubkey with type arguments of type SignatureModifierConstructorDescriptionUserAuthPublicKey(List<NamedFactory<Signature>> factories) UserAuthPublicKeyFactory(List<NamedFactory<Signature>> factories) -
Uses of Signature in org.apache.sshd.server.global
Fields in org.apache.sshd.server.global with type parameters of type SignatureModifier and TypeFieldDescriptionprivate List<NamedFactory<Signature>> OpenSshHostKeysHandler.factoriesMethods in org.apache.sshd.server.global that return types with arguments of type SignatureMethod parameters in org.apache.sshd.server.global with type arguments of type SignatureModifier and TypeMethodDescriptionvoidOpenSshHostKeysHandler.setSignatureFactories(List<NamedFactory<Signature>> factories)