Uses of Class
org.apache.sshd.common.cipher.ECCurves
-
Packages that use ECCurves Package Description org.apache.sshd.common.cipher Cipherimplementations.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 java.util.Comparator<ECCurves>ECCurves. BY_KEY_SIZEstatic java.util.List<ECCurves>ECCurves. SORTED_KEY_SIZEstatic java.util.Set<ECCurves>ECCurves. VALUESASetof all the known curvesMethods in org.apache.sshd.common.cipher that return ECCurves Modifier and Type Method Description static ECCurvesECCurves. fromCurveName(java.lang.String name)static ECCurvesECCurves. fromCurveParameters(java.security.spec.ECParameterSpec params)static ECCurvesECCurves. fromCurveSize(int keySize)static ECCurvesECCurves. fromECKey(java.security.interfaces.ECKey key)static ECCurvesECCurves. fromKeyType(java.lang.String type)static ECCurvesECCurves. fromOID(java.lang.String oid)static ECCurvesECCurves. fromOIDValue(java.util.List<? extends java.lang.Number> oid)static ECCurvesECCurves. valueOf(java.lang.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 java.security.spec.ECPointECDSAPEMResourceKeyPairParser. decodeECPublicKeyValue(ECCurves curve, DERParser parser)ASN.1 syntax according to rfc5915 is: -
Uses of ECCurves in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex declared as ECCurves Modifier and Type Field Description private ECCurvesECDH. curveConstructors in org.apache.sshd.common.kex with parameters of type ECCurves Constructor Description ECDH(ECCurves curve)
-