Uses of Class
org.apache.sshd.common.cipher.ECCurves
-
Packages that use ECCurves Package Description org.apache.sshd.common.cipher Cipher
implementations.org.apache.sshd.common.config.keys.loader.pem org.apache.sshd.common.kex -
-
Uses of ECCurves in org.apache.sshd.common.cipher
Fields in org.apache.sshd.common.cipher with type parameters of type ECCurves Modifier and Type Field Description static Comparator<ECCurves>
ECCurves. BY_KEY_SIZE
static List<ECCurves>
ECCurves. SORTED_KEY_SIZE
static Set<ECCurves>
ECCurves. VALUES
ASet
of all the known curvesMethods in org.apache.sshd.common.cipher that return ECCurves Modifier and Type Method Description static ECCurves
ECCurves. fromCurveName(String name)
static ECCurves
ECCurves. fromCurveParameters(ECParameterSpec params)
static ECCurves
ECCurves. fromCurveSize(int keySize)
static ECCurves
ECCurves. fromECKey(ECKey key)
static ECCurves
ECCurves. fromKeyType(String type)
static ECCurves
ECCurves. fromOID(String oid)
static ECCurves
ECCurves. fromOIDValue(List<? extends Number> oid)
static ECCurves
ECCurves. valueOf(String name)
Returns the enum constant of this type with the specified name.static ECCurves[]
ECCurves. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ECCurves in org.apache.sshd.common.config.keys.loader.pem
Methods in org.apache.sshd.common.config.keys.loader.pem with parameters of type ECCurves Modifier and Type Method Description static ECPoint
ECDSAPEMResourceKeyPairParser. decodeECPublicKeyValue(ECCurves curve, DERParser parser)
ASN.1 syntax according to rfc5915 is: -
Uses of ECCurves in org.apache.sshd.common.kex
Constructors in org.apache.sshd.common.kex with parameters of type ECCurves Constructor Description ECDH(ECCurves curve)
-