public class

MPOSConstants

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.mpos.MPOSConstants

Class Overview

This class provides constants used to augment the API.

Summary

Constants
String MPOS_AES128 AES128 algorithm which can be used to augment MPOSPayInfo.
String MPOS_ISO4 ISO4 algorithm which can be used to augment MPOSPayInfo.
String MPOS_RSA RSA algorithm which can be used to augment MPOSPayInfo.
String MPOS_SHA_384 SHA384 algorithm which can be used to augment MPOSPayInfo.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String MPOS_AES128

AES128 algorithm which can be used to augment MPOSPayInfo.

Constant Value: "AES128"

public static final String MPOS_ISO4

ISO4 algorithm which can be used to augment MPOSPayInfo.

Constant Value: "ISO4"

public static final String MPOS_RSA

RSA algorithm which can be used to augment MPOSPayInfo.

Constant Value: "RSA"

public static final String MPOS_SHA_384

SHA384 algorithm which can be used to augment MPOSPayInfo.

Constant Value: "SHA384"