Uses of Interface
org.apache.sshd.common.mac.Mac
Packages that use Mac
-
Uses of Mac in org.apache.sshd.client.config.hosts
Fields in org.apache.sshd.client.config.hosts with type parameters of type MacModifier and TypeFieldDescriptionstatic final NamedFactory<Mac> KnownHostHashValue.DEFAULT_DIGESTMethods 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) -
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.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.Methods 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)