Class AppAuthenticationKey


  • public class AppAuthenticationKey
    extends Object
    App RSA key information.
    • Constructor Detail

      • AppAuthenticationKey

        public AppAuthenticationKey()
    • Method Detail

      • getKey

        public String getKey()
        Application RSA public key.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • getExpirationDate

        public Long getExpirationDate()
        RSA key expiration date. This value is set just for rotated keys.
        Returns:
        expirationDate
      • setExpirationDate

        public void setExpirationDate​(Long expirationDate)
      • getAction

        public String getAction()
        Action to be performed on the RSA key. The following actions can be performed onto the app's active RSA key: - SAVE - REVOKE The following actions can be performed onto the app's rotated RSA key: - REVOKE - EXTEND
        Returns:
        action
      • setAction

        public void setAction​(String action)