Package com.hierynomus.sshj.common
Class KeyAlgorithm
java.lang.Object
com.hierynomus.sshj.common.KeyAlgorithm
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
General elliptic curve algorithm identifier for use with BouncyCastlestatic final String
General elliptic curve algorithm identifier for use with the Android Keystorestatic final String
Elliptic curve signature key algorithm for use with BouncyCastlestatic final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RSA
- See Also:
-
DSA
- See Also:
-
ECDSA
Elliptic curve signature key algorithm for use with BouncyCastle- See Also:
-
EC_BC
General elliptic curve algorithm identifier for use with BouncyCastle- See Also:
-
EC_KEYSTORE
General elliptic curve algorithm identifier for use with the Android Keystore- See Also:
-
-
Constructor Details
-
KeyAlgorithm
public KeyAlgorithm()
-