public class FieldFactory extends Object
| Constructor and Description |
|---|
FieldFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDataField |
decodeField(CVCTagEnum tag,
byte[] data)
Constructs a new instance and populates it with data from the supplied
DER-encoded byte array.
|
public static AbstractDataField decodeField(CVCTagEnum tag, byte[] data) throws IOException
tag - data - IOExceptionIllegalArgumentException - if the tag represents a sequenceCopyright © 2021. All rights reserved.