.. java:import:: org.json JSONObject Key === .. java:package:: com.idopte.scmapi :noindex: .. java:type:: public abstract class Key extends TokenObject Abstract class describes a key object. Inherits from \ :java:ref:`TokenObject`\ . Methods ------- getAlgorithmName ^^^^^^^^^^^^^^^^ .. java:method:: public String getAlgorithmName() :outertype: Key Gets the algorithm of the key. The only possible value is currently ``"RSA"``. :return: the algorithm of the key. getKeyLength ^^^^^^^^^^^^ .. java:method:: public int getKeyLength() :outertype: Key Gets the key length, in bits. :return: the key length.