Uses of Enum
org.apache.sshd.common.cipher.ECCurves
Packages that use ECCurves
-
Uses of ECCurves in org.apache.sshd.common.cipher
Fields in org.apache.sshd.common.cipher with type parameters of type ECCurvesModifier and TypeFieldDescriptionstatic final Comparator<ECCurves>
ECCurves.BY_KEY_SIZE
ECCurves.SORTED_KEY_SIZE
ECCurves.VALUES
ASet
of all the known curvesMethods in org.apache.sshd.common.cipher that return ECCurvesModifier and TypeMethodDescriptionstatic ECCurves
ECCurves.fromCurveName
(String name) static ECCurves
ECCurves.fromCurveParameters
(ECParameterSpec params) static ECCurves
ECCurves.fromCurveSize
(int keySize) static ECCurves
static ECCurves
ECCurves.fromKeyType
(String type) static ECCurves
static ECCurves
ECCurves.fromOIDValue
(List<? extends Number> oid) static ECCurves
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.impl
Methods in org.apache.sshd.common.config.keys.impl with parameters of type ECCurvesModifier and TypeMethodDescription(package private) ECPublicKey
ECDSAPublicKeyEntryDecoder.decodePublicKey
(ECCurves curve, InputStream keyData) (package private) static void
ECDSAPublicKeyEntryDecoder.encodePublicKey
(OutputStream s, String keyType, ECCurves curve, ECPoint w) -
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 ECCurvesModifier and TypeMethodDescriptionstatic 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 ECCurvesModifier and TypeMethodDescriptionstatic 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 KeyPair
ECDSAPEMResourceKeyPairParser.parseECKeyPair
(ECCurves curve, DERParser parser) -
Uses of ECCurves in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex declared as ECCurvesConstructors in org.apache.sshd.common.kex with parameters of type ECCurves