Uses of Interface
org.apache.sshd.common.mac.Mac
Packages that use Mac
-
Uses of Mac in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement interfaces with type arguments of type MacModifier and TypeClassDescriptionenumAvailable digesters for known hosts entriesFields in org.apache.sshd.client.config.hosts with type parameters of type MacModifier and TypeFieldDescriptionstatic final NamedFactory<Mac> KnownHostHashValue.DEFAULT_DIGESTprivate NamedFactory<Mac> KnownHostHashValue.digesterKnownHostDigest.factoryMethods in org.apache.sshd.client.config.hosts that return MacMethods in org.apache.sshd.client.config.hosts that return types with arguments of type MacMethods in org.apache.sshd.client.config.hosts with parameters of type MacModifier and TypeMethodDescriptionstatic byte[]KnownHostHashValue.calculateHashValue(String host, int port, Mac mac, byte[] salt) Method parameters in org.apache.sshd.client.config.hosts with type arguments of type MacModifier and TypeMethodDescriptionstatic byte[]KnownHostHashValue.calculateHashValue(String host, int port, Factory<? extends Mac> factory, byte[] salt) voidKnownHostHashValue.setDigester(NamedFactory<Mac> digester) Constructor parameters in org.apache.sshd.client.config.hosts with type arguments of type Mac -
Uses of Mac in org.apache.sshd.client.keyverifier
Methods in org.apache.sshd.client.keyverifier that return types with arguments of type MacModifier and TypeMethodDescriptionprotected NamedFactory<Mac> KnownHostsServerKeyVerifier.getHostValueDigester(ClientSession clientSession, SocketAddress remoteAddress, SshdSocketAddress hostIdentity) Invoked byKnownHostsServerKeyVerifier.prepareKnownHostEntry(ClientSession, SocketAddress, PublicKey)in order to query whether to use a hashed value instead of a plain one for the written host name/address - default returnsnull- i.e., no hashing -
Uses of Mac in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type MacMethods in org.apache.sshd.common that return types with arguments of type MacModifier and TypeMethodDescriptionstatic List<NamedFactory<Mac>> BaseBuilder.setUpDefaultMacs(boolean ignoreUnsupported) Method parameters in org.apache.sshd.common with type arguments of type Mac -
Uses of Mac in org.apache.sshd.common.cipher
Fields in org.apache.sshd.common.cipher declared as Mac -
Uses of Mac in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type MacModifier and TypeFieldDescriptionprivate List<NamedFactory<Mac>> AbstractKexFactoryManager.macFactoriesMethods in org.apache.sshd.common.kex that return types with arguments of type MacModifier and TypeMethodDescriptionAbstractKexFactoryManager.getMacFactories()KexFactoryManager.getMacFactories()Retrieve the list of named factories forMac.Method parameters in org.apache.sshd.common.kex with type arguments of type MacModifier and TypeMethodDescriptionvoidAbstractKexFactoryManager.setMacFactories(List<NamedFactory<Mac>> macFactories) voidKexFactoryManager.setMacFactories(List<NamedFactory<Mac>> macFactories) -
Uses of Mac in org.apache.sshd.common.mac
Classes in org.apache.sshd.common.mac that implement MacModifier and TypeClassDescriptionclassBase class forMacimplementations based on the JCE provider.classPoly1305 one-time message authentication code.Subclasses with type arguments of type Mac in org.apache.sshd.common.macSubinterfaces with type arguments of type Mac in org.apache.sshd.common.macMethods in org.apache.sshd.common.mac that return MacMethod parameters in org.apache.sshd.common.mac with type arguments of type MacModifier and TypeMethodDescriptionstatic BuiltinMacsBuiltinMacs.fromFactory(NamedFactory<Mac> factory) -
Uses of Mac in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as MacModifier and TypeFieldDescriptionprotected MacAbstractSession.inMacprivate final MacAbstractSession.MessageCodingSettings.macprotected MacAbstractSession.outMacMethods in org.apache.sshd.common.session.helpers that return MacConstructors in org.apache.sshd.common.session.helpers with parameters of type MacModifierConstructorDescriptionMessageCodingSettings(Cipher cipher, Mac mac, Compression compression, Cipher.Mode mode, byte[] key, byte[] iv)