Class UserKeyPair

java.lang.Object
com.dracoon.sdk.crypto.model.UserKeyPair

public class UserKeyPair extends Object
User key pair model.

This model holds the user's private and public key.
  • Constructor Details

  • Method Details

    • getUserPrivateKey

      public UserPrivateKey getUserPrivateKey()
      Returns the user's private key.
      Returns:
      the private key
    • getUserPublicKey

      public UserPublicKey getUserPublicKey()
      Returns the user's public key.
      Returns:
      the public key