|
JMRTD 0.4.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmrtd.lds.PassportFile
org.jmrtd.lds.DataGroup
org.jmrtd.lds.DG15File
public class DG15File
File structure for the EF_DG15 file. Datagroup 15 contains the public key used in AA.
| Field Summary |
|---|
| Fields inherited from class org.jmrtd.lds.PassportFile |
|---|
EF_COM_TAG, EF_DG1_TAG, EF_DG10_TAG, EF_DG11_TAG, EF_DG12_TAG, EF_DG13_TAG, EF_DG14_TAG, EF_DG15_TAG, EF_DG16_TAG, EF_DG2_TAG, EF_DG3_TAG, EF_DG4_TAG, EF_DG5_TAG, EF_DG6_TAG, EF_DG7_TAG, EF_DG8_TAG, EF_DG9_TAG, EF_SOD_TAG |
| Constructor Summary | |
|---|---|
DG15File(InputStream in)
|
|
DG15File(PublicKey publicKey)
Constructs a new file. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
byte[] |
getEncoded()
Gets the contents of this file as byte array, includes the ICAO tag and length. |
PublicKey |
getPublicKey()
Gets the public key stored in this file. |
int |
getTag()
The data group tag. |
int |
hashCode()
|
String |
toString()
Gets a textual representation of this file. |
| Methods inherited from class org.jmrtd.lds.DataGroup |
|---|
getLength |
| Methods inherited from class org.jmrtd.lds.PassportFile |
|---|
createPassportFile, lookupDataGroupNumberByTag, lookupFIDByDataGroupNumber, lookupFIDByTag, lookupTagByDataGroupNumber, lookupTagByFID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DG15File(PublicKey publicKey)
publicKey - the key to store in this filepublic DG15File(InputStream in)
| Method Detail |
|---|
public byte[] getEncoded()
PassportFile
getEncoded in class DataGrouppublic int getTag()
DataGroup
getTag in class DataGrouppublic PublicKey getPublicKey()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
DataGroup
toString in class DataGroup
|
JMRTD 0.4.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||