Class PowerAuthConst

java.lang.Object
io.getlime.security.powerauth.lib.cmd.consts.PowerAuthConst

public class PowerAuthConst
extends java.lang.Object
Global PowerAuth constants
Author:
Lukas Lukovsky, lukas.lukovsky@wultra.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    static byte[] EMPTY_JSON_BYTES
    Empty json bytes
    static org.springframework.core.ParameterizedTypeReference<io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponse> RESPONSE_TYPE_REFERENCE_V3
    Most common response type reference for version 3
  • Constructor Summary

    Constructors
    Constructor Description
    PowerAuthConst()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EMPTY_JSON_BYTES

      public static final byte[] EMPTY_JSON_BYTES
      Empty json bytes
    • RESPONSE_TYPE_REFERENCE_V3

      public static final org.springframework.core.ParameterizedTypeReference<io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponse> RESPONSE_TYPE_REFERENCE_V3
      Most common response type reference for version 3
  • Constructor Details

    • PowerAuthConst

      public PowerAuthConst()