Uses of Interface
org.apache.sshd.common.signature.Signature
-
-
Uses of Signature in org.apache.sshd.client
Methods in org.apache.sshd.client that return types with arguments of type Signature Modifier and Type Method Description static List<NamedFactory<Signature>>
ClientBuilder. setUpDefaultSignatureFactories(boolean ignoreUnsupported)
-
Uses of Signature in org.apache.sshd.client.auth.hostbased
Methods in org.apache.sshd.client.auth.hostbased that return types with arguments of type Signature Modifier and Type Method Description List<NamedFactory<Signature>>
UserAuthHostBased. getSignatureFactories()
List<NamedFactory<Signature>>
UserAuthHostBasedFactory. getSignatureFactories()
Methods in org.apache.sshd.client.auth.hostbased with parameters of type Signature Modifier and Type Method Description protected void
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 Signature Modifier and Type Method Description void
UserAuthHostBased. setSignatureFactories(List<NamedFactory<Signature>> factories)
void
UserAuthHostBasedFactory. 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 Signature Modifier and Type Field Description protected List<NamedFactory<Signature>>
UserAuthPublicKey. factories
Methods in org.apache.sshd.client.auth.pubkey that return types with arguments of type Signature Modifier and Type Method Description List<NamedFactory<Signature>>
UserAuthPublicKey. getSignatureFactories()
List<NamedFactory<Signature>>
UserAuthPublicKeyFactory. getSignatureFactories()
Method parameters in org.apache.sshd.client.auth.pubkey with type arguments of type Signature Modifier and Type Method Description void
UserAuthPublicKey. setSignatureFactories(List<NamedFactory<Signature>> factories)
void
UserAuthPublicKeyFactory. setSignatureFactories(List<NamedFactory<Signature>> factories)
Constructor parameters in org.apache.sshd.client.auth.pubkey with type arguments of type Signature Constructor Description UserAuthPublicKey(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 Signature Modifier and Type Field Description protected List<NamedFactory<Signature>>
BaseBuilder. signatureFactories
Method parameters in org.apache.sshd.common with type arguments of type Signature Modifier and Type Method Description S
BaseBuilder. signatureFactories(List<NamedFactory<Signature>> signatureFactories)
-
Uses of Signature in org.apache.sshd.common.kex
Methods in org.apache.sshd.common.kex that return types with arguments of type Signature Modifier and Type Method Description List<NamedFactory<Signature>>
AbstractKexFactoryManager. getSignatureFactories()
Method parameters in org.apache.sshd.common.kex with type arguments of type Signature Modifier and Type Method Description void
AbstractKexFactoryManager. setSignatureFactories(List<NamedFactory<Signature>> signatureFactories)
-
Uses of Signature in org.apache.sshd.common.kex.extension
Methods in org.apache.sshd.common.kex.extension that return types with arguments of type Signature Modifier and Type Method Description List<NamedFactory<Signature>>
DefaultClientKexExtensionHandler. resolveRequestedSignatureFactories(Session session, Collection<String> extraAlgos)
NamedFactory<Signature>
DefaultClientKexExtensionHandler. resolveRequestedSignatureFactory(Session session, String name)
List<NamedFactory<Signature>>
DefaultClientKexExtensionHandler. resolveUpdatedSignatureFactories(Session session, List<NamedFactory<Signature>> available, Collection<String> extraAlgos)
Checks if the extra signature algorithms are already included in the available ones, and adds the extra ones (if supported).List<NamedFactory<Signature>>
DefaultClientKexExtensionHandler. updateAvailableSignatureFactories(Session session, Collection<String> extraAlgos)
List<NamedFactory<Signature>>
DefaultClientKexExtensionHandler. updateAvailableSignatureFactories(Session session, List<NamedFactory<Signature>> available, Collection<? extends NamedFactory<Signature>> toAdd)
Method parameters in org.apache.sshd.common.kex.extension with type arguments of type Signature Modifier and Type Method Description int
DefaultClientKexExtensionHandler. resolvePreferredSignaturePosition(Session session, List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory)
int
DefaultClientKexExtensionHandler. resolvePreferredSignaturePosition(Session session, List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory)
List<NamedFactory<Signature>>
DefaultClientKexExtensionHandler. resolveUpdatedSignatureFactories(Session session, List<NamedFactory<Signature>> available, Collection<String> extraAlgos)
Checks if the extra signature algorithms are already included in the available ones, and adds the extra ones (if supported).List<NamedFactory<Signature>>
DefaultClientKexExtensionHandler. updateAvailableSignatureFactories(Session session, List<NamedFactory<Signature>> available, Collection<? extends NamedFactory<Signature>> toAdd)
List<NamedFactory<Signature>>
DefaultClientKexExtensionHandler. updateAvailableSignatureFactories(Session session, List<NamedFactory<Signature>> available, Collection<? extends NamedFactory<Signature>> toAdd)
-
Uses of Signature in org.apache.sshd.common.signature
Classes in org.apache.sshd.common.signature that implement Signature Modifier and Type Class Description class
AbstractSignature
Useful base class forSignature
implementationclass
SignatureDSA
DSASignature
class
SignatureECDSA
Signature algorithm for EC keys using ECDSA.static class
SignatureECDSA.SignatureECDSA256
static class
SignatureECDSA.SignatureECDSA384
static class
SignatureECDSA.SignatureECDSA521
class
SignatureRSA
RSASignature
class
SignatureRSASHA1
class
SignatureRSASHA256
class
SignatureRSASHA512
Methods in org.apache.sshd.common.signature that return Signature Modifier and Type Method Description static Signature
BuiltinSignatures. getByCurveSize(ECParameterSpec params)
Methods in org.apache.sshd.common.signature that return types with arguments of type Signature Modifier and Type Method Description List<NamedFactory<Signature>>
SignatureFactoriesManager. 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...)Method parameters in org.apache.sshd.common.signature with type arguments of type Signature Modifier and Type Method Description static BuiltinSignatures
BuiltinSignatures. fromFactory(NamedFactory<Signature> factory)
static int
SignatureFactory. resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory)
static int
SignatureFactory. resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>> factories, NamedFactory<Signature> factory)
static List<String>
SignatureFactory. resolveSignatureFactoriesProposal(Iterable<String> provided, Collection<? extends NamedFactory<Signature>> factories)
void
SignatureFactoriesManager. 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 Modifier and Type Method Description static Signature
SecurityUtils. getEDDSASigner()
-
Uses of Signature in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement Signature Modifier and Type Class Description class
SignatureEd25519
Methods in org.apache.sshd.common.util.security.eddsa that return Signature Modifier and Type Method Description static Signature
EdDSASecurityProviderUtils. getEDDSASignature()
-
Uses of Signature in org.apache.sshd.server
Methods in org.apache.sshd.server that return types with arguments of type Signature Modifier and Type Method Description static List<NamedFactory<Signature>>
ServerBuilder. setUpDefaultSignatureFactories(boolean ignoreUnsupported)
-
Uses of Signature in org.apache.sshd.server.auth.hostbased
Methods in org.apache.sshd.server.auth.hostbased that return types with arguments of type Signature Modifier and Type Method Description List<NamedFactory<Signature>>
UserAuthHostBased. getSignatureFactories()
List<NamedFactory<Signature>>
UserAuthHostBasedFactory. getSignatureFactories()
Method parameters in org.apache.sshd.server.auth.hostbased with type arguments of type Signature Modifier and Type Method Description void
UserAuthHostBased. setSignatureFactories(List<NamedFactory<Signature>> factories)
void
UserAuthHostBasedFactory. setSignatureFactories(List<NamedFactory<Signature>> factories)
Constructor parameters in org.apache.sshd.server.auth.hostbased with type arguments of type Signature Constructor Description UserAuthHostBased(List<NamedFactory<Signature>> factories)
UserAuthHostBasedFactory(List<NamedFactory<Signature>> factories)
-
Uses of Signature in org.apache.sshd.server.auth.pubkey
Methods in org.apache.sshd.server.auth.pubkey that return types with arguments of type Signature Modifier and Type Method Description List<NamedFactory<Signature>>
UserAuthPublicKey. getSignatureFactories()
List<NamedFactory<Signature>>
UserAuthPublicKeyFactory. getSignatureFactories()
Methods in org.apache.sshd.server.auth.pubkey with parameters of type Signature Modifier and Type Method Description protected boolean
UserAuthPublicKey. 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 Signature Modifier and Type Method Description void
UserAuthPublicKey. setSignatureFactories(List<NamedFactory<Signature>> factories)
void
UserAuthPublicKeyFactory. setSignatureFactories(List<NamedFactory<Signature>> factories)
Constructor parameters in org.apache.sshd.server.auth.pubkey with type arguments of type Signature Constructor Description UserAuthPublicKey(List<NamedFactory<Signature>> factories)
UserAuthPublicKeyFactory(List<NamedFactory<Signature>> factories)
-
Uses of Signature in org.apache.sshd.server.global
Methods in org.apache.sshd.server.global that return types with arguments of type Signature Modifier and Type Method Description List<NamedFactory<Signature>>
OpenSshHostKeysHandler. getSignatureFactories()
Method parameters in org.apache.sshd.server.global with type arguments of type Signature Modifier and Type Method Description void
OpenSshHostKeysHandler. setSignatureFactories(List<NamedFactory<Signature>> factories)
-