KeyPair ======= .. java:package:: com.idopte.scmapi :noindex: .. java:type:: public class KeyPair Methods ------- getPrivateKey ^^^^^^^^^^^^^ .. java:method:: public PrivateKey getPrivateKey() :outertype: KeyPair Gets the \ :java:ref:`PrivateKey`\ object. :return: the private key. getPublicKey ^^^^^^^^^^^^ .. java:method:: public PublicKey getPublicKey() :outertype: KeyPair Gets the \ :java:ref:`PublicKey`\ object. :return: the public key.