| Field and Description |
|---|
| org.apache.sshd.common.util.security.SecurityUtils.EDDSA_SUPPORTED_PROP
Please use "org.apache.sshd.security.provider.EdDSA.enabled&qupt;
|
| org.apache.sshd.common.util.security.SecurityUtils.REGISTER_BOUNCY_CASTLE_PROP
Please use "org.apache.sshd.security.provider.BC.enabled"
|
| Method and Description |
|---|
| org.apache.sshd.common.util.ReflectionUtils.isClassAvailable(ClassLoader, String)
The preferred method is
ThreadUtils.resolveDefaultClass(Class, String)
which checks all possible ClassLoaders. |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.