Class PowerAuthConst
java.lang.Object
io.getlime.security.powerauth.lib.cmd.consts.PowerAuthConst
Global PowerAuth constants
- Author:
- Lukas Lukovsky, lukas.lukovsky@wultra.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte[]Empty json bytesstatic final org.springframework.core.ParameterizedTypeReference<io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> Most common response type reference for version 3 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY_JSON_BYTES
public static final byte[] EMPTY_JSON_BYTESEmpty json bytes -
RESPONSE_TYPE_REFERENCE_V3
public static final org.springframework.core.ParameterizedTypeReference<io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> RESPONSE_TYPE_REFERENCE_V3Most common response type reference for version 3
-
-
Constructor Details
-
PowerAuthConst
public PowerAuthConst()
-