public class ConsumerPresentedMode extends Object implements Serializable
| Constructor and Description |
|---|
ConsumerPresentedMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addApplicationTemplate(ApplicationTemplate applicationTemplate) |
void |
addOtherTemplate(BERTemplate<byte[]> otherTemplate) |
byte[] |
getBytes() |
String |
toBase64() |
String |
toHex() |
public void addApplicationTemplate(ApplicationTemplate applicationTemplate)
public void addOtherTemplate(BERTemplate<byte[]> otherTemplate)
public byte[] getBytes()
throws IOException
IOExceptionpublic String toBase64() throws IOException
IOExceptionpublic String toHex() throws IOException
IOExceptionCopyright © 2020–2021 com.github.mvallim. All rights reserved.