Uses of Enum
net.schmizz.sshj.common.ECDSACurve
Packages that use ECDSACurve
-
Uses of ECDSACurve in net.schmizz.sshj.common
Subclasses with type arguments of type ECDSACurve in net.schmizz.sshj.commonModifier and TypeClassDescriptionenumEnumeration of supported ECDSA Curves with corresponding algorithm parameter namesMethods 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 TypeMethodDescriptionstatic 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