Class UserPrivateKey

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

public class UserPrivateKey extends Object
User private key model.

This model holds private key data.
  • Constructor Details

  • Method Details

    • getVersion

      public UserKeyPair.Version getVersion()
      Returns the private key version.
      Returns:
      the version
    • getPrivateKey

      public char[] getPrivateKey()
      Returns the PEM encoded private key.
      Returns:
      the private key