Uses of Class
net.schmizz.sshj.common.ECDSACurve
-
Packages that use ECDSACurve Package Description com.hierynomus.sshj.userauth.keyprovider net.schmizz.sshj.common net.schmizz.sshj.userauth.keyprovider -
-
Uses of ECDSACurve in com.hierynomus.sshj.userauth.keyprovider
Methods in com.hierynomus.sshj.userauth.keyprovider with parameters of type ECDSACurve Modifier and Type Method Description private java.security.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 ECDSACurve Modifier and Type Field Description static java.util.Map<java.lang.String,ECDSACurve>ECDSAVariationsAdapter. NIST_CURVESMethods in net.schmizz.sshj.common that return ECDSACurve Modifier and Type Method Description static ECDSACurveECDSACurve. valueOf(java.lang.String name)Returns 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 ECDSACurve Modifier and Type Method Description private static java.security.spec.ECParameterSpecECDSAKeyFactory. getParameterSpec(ECDSACurve ecdsaCurve)static java.security.PrivateKeyECDSAKeyFactory. getPrivateKey(java.math.BigInteger privateKeyInteger, ECDSACurve ecdsaCurve)Get Elliptic Curve Private Key for private key value and Curve Namestatic java.security.PublicKeyECDSAKeyFactory. getPublicKey(java.security.spec.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 ECDSACurve Modifier and Type Field Description private ECDSACurvePKCS8KeyFile.ECNamedCurveObjectIdentifier. ecdsaCurveConstructors in net.schmizz.sshj.userauth.keyprovider with parameters of type ECDSACurve Constructor Description ECNamedCurveObjectIdentifier(java.lang.String objectId, ECDSACurve ecdsaCurve)
-