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 -
-
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_SIZEstatic List<ECCurves>ECCurves. SORTED_KEY_SIZEstatic 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(String name)static ECCurvesECCurves. fromCurveParameters(ECParameterSpec params)static ECCurvesECCurves. fromCurveSize(int keySize)static ECCurvesECCurves. fromECKey(ECKey key)static ECCurvesECCurves. fromKeyType(String type)static ECCurvesECCurves. fromOID(String oid)static ECCurvesECCurves. fromOIDValue(List<? extends Number> oid)static ECCurvesECCurves. 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 that return types with arguments of type ECCurves Modifier and Type Method Description static Map.Entry<ECCurves,ASN1Object>ECDSAPEMResourceKeyPairParser. parseCurveParameter(ASN1Object paramsObject)static Map.Entry<ECCurves,ASN1Object>ECDSAPEMResourceKeyPairParser. parseCurveParameter(DERParser parser)Methods in org.apache.sshd.common.config.keys.loader.pem with parameters of type ECCurves Modifier and Type Method Description static Map.Entry<ECPublicKeySpec,ECPrivateKeySpec>ECDSAPEMResourceKeyPairParser. decodeECPrivateKeySpec(ECCurves curve, ASN1Object sequence)ASN.1 syntax according to RFC 5915 is:static Map.Entry<ECPrivateKeySpec,ASN1Object>ECDSAPEMResourceKeyPairParser. decodeECPrivateKeySpec(ECCurves curve, DERParser parser)static KeyPairECDSAPEMResourceKeyPairParser. parseECKeyPair(ECCurves curve, DERParser parser)
-