Uses of Interface
org.apache.sshd.common.mac.Mac
-
Packages that use Mac Package Description org.apache.sshd.client.config.hosts org.apache.sshd.common.cipher Cipherimplementations.org.apache.sshd.common.mac Macimplementations. -
-
Uses of Mac in org.apache.sshd.client.config.hosts
Fields in org.apache.sshd.client.config.hosts with type parameters of type Mac Modifier and Type Field Description static NamedFactory<Mac>KnownHostHashValue. DEFAULT_DIGESTMethods in org.apache.sshd.client.config.hosts that return Mac Modifier and Type Method Description MacKnownHostDigest. create()Methods in org.apache.sshd.client.config.hosts that return types with arguments of type Mac Modifier and Type Method Description NamedFactory<Mac>KnownHostHashValue. getDigester()Methods in org.apache.sshd.client.config.hosts with parameters of type Mac Modifier and Type Method Description static 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 Mac Modifier and Type Method Description static 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 Modifier and Type Field Description protected MacChaCha20Cipher. mac -
Uses of Mac in org.apache.sshd.common.mac
Classes in org.apache.sshd.common.mac that implement Mac Modifier and Type Class Description classBaseMacBase class forMacimplementations based on the JCE provider.classPoly1305MacPoly1305 one-time message authentication code.Methods in org.apache.sshd.common.mac that return Mac Modifier and Type Method Description MacBuiltinMacs. create()Method parameters in org.apache.sshd.common.mac with type arguments of type Mac Modifier and Type Method Description static BuiltinMacsBuiltinMacs. fromFactory(NamedFactory<Mac> factory)
-