KeyPair ======= .. java:package:: com.idopte.scmapi :noindex: .. java:type:: public class KeyPair Fields ------ priKey ^^^^^^ .. java:field:: public final PrivateKey priKey :outertype: KeyPair pubKey ^^^^^^ .. java:field:: public final PublicKey pubKey :outertype: 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.