Uses of Enum
net.schmizz.sshj.common.ECDSACurve
Packages that use ECDSACurve
Package
Description
-
Uses of ECDSACurve in com.hierynomus.sshj.userauth.keyprovider
Methods in com.hierynomus.sshj.userauth.keyprovider with parameters of type ECDSACurveModifier and TypeMethodDescriptionprivate PrivateKeyOpenSSHKeyV1KeyFile.createECDSAPrivateKey(KeyType kt, Buffer.PlainBuffer buffer, ECDSACurve ecdsaCurve) -
Uses of ECDSACurve in net.schmizz.sshj.common
Fields in net.schmizz.sshj.common with type parameters of type ECDSACurveModifier and TypeFieldDescriptionstatic final Map<String, ECDSACurve> ECDSAVariationsAdapter.NIST_CURVESMethods in net.schmizz.sshj.common that return ECDSACurveModifier and TypeMethodDescriptionstatic ECDSACurveReturns the enum constant of this type with the specified name.static ECDSACurve[]ECDSACurve.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.schmizz.sshj.common with parameters of type ECDSACurveModifier and TypeMethodDescriptionprivate static ECParameterSpecECDSAKeyFactory.getParameterSpec(ECDSACurve ecdsaCurve) static PrivateKeyECDSAKeyFactory.getPrivateKey(BigInteger privateKeyInteger, ECDSACurve ecdsaCurve) Get Elliptic Curve Private Key for private key value and Curve Namestatic PublicKeyECDSAKeyFactory.getPublicKey(ECPoint point, ECDSACurve ecdsaCurve) Get Elliptic Curve Public Key for public key value and Curve Name -
Uses of ECDSACurve in net.schmizz.sshj.userauth.keyprovider
Fields in net.schmizz.sshj.userauth.keyprovider declared as ECDSACurveModifier and TypeFieldDescriptionprivate final ECDSACurvePKCS8KeyFile.ECNamedCurveObjectIdentifier.ecdsaCurveConstructors in net.schmizz.sshj.userauth.keyprovider with parameters of type ECDSACurveModifierConstructorDescriptionprivateECNamedCurveObjectIdentifier(String objectId, ECDSACurve ecdsaCurve)