OpenEUICC/libs/lpad-sm-dp-plus-connector/src/main/java/com/truphone/lpa/impl/ProfileKey.java
Peter Cai 5756c48d3d Show ICCID as little-endian string
We use ICCID as big-endian internally to match the eUICC chip itself,
but the user (and the OS) would prefer the little-endian representation.
2022-05-02 10:04:15 -04:00

15 lines
211 B
Java

package com.truphone.lpa.impl;
public enum ProfileKey {
ICCID,
ICCID_LITTLE, // Little Endian
STATE,
NAME,
NICKNAME,
PROVIDER_NAME,
ISDP_AID,
PROFILE_CLASS,
PROFILE_STATE
}