public class CardGenerationExtractor
extends java.lang.Object
Extract the Card Generation from objectSystemVersion and return the representing enum value
Modifier and Type | Method and Description |
---|---|
static CardGeneration |
getCardGeneration(byte[] objectSystemVersion)
Extract the Card Generation from objectSystemVersion byte array and return the representing enum value
|
static CardGeneration |
getCardGeneration(de.gematik.ti.healthcardaccess.entities.Version2 version2)
Extract the Card Generation from Version2 and return the representing enum value
|
public static CardGeneration getCardGeneration(byte[] objectSystemVersion)
Extract the Card Generation from objectSystemVersion byte array and return the representing enum value
objectSystemVersion
- byte array with 3 octets object system versionpublic static CardGeneration getCardGeneration(de.gematik.ti.healthcardaccess.entities.Version2 version2)
Extract the Card Generation from Version2 and return the representing enum value
version2
- Version2 Object