Interface EncryptLicense.Data

Enclosing interface:
EncryptLicense

public static interface EncryptLicense.Data
Properties of the encrypted license. EIX-3641
  • Method Details

    • getHeaders

      Properties getHeaders()
      Additional information from the original license text.
      Returns:
      Properties
    • getPublicKey

      String getPublicKey()
      Public key, Base64 encoded.
      Returns:
      Public license key
    • getEncryptedAesKey

      String getEncryptedAesKey()
      Encrypted AES key, Base64 encoded. The AES key is encrypted by the private license key. The AES key is used to encrypt the original license text.
      Returns:
      Encrypted AES key
    • getEncryptedText

      String getEncryptedText()
      Encrypted license text, Base64 encoded.
      Returns:
      Text