public class DG15File extends DataGroup
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 and Description |
---|
DG15File(InputStream inputStream)
Constructs a new file from binary representation.
|
DG15File(PublicKey publicKey)
Constructs a new file.
|
Modifier and Type | Method and Description |
---|---|
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 |
hashCode() |
protected void |
readContent(InputStream inputStream)
Reads the contents of the data group from an input stream.
|
String |
toString()
Gets a textual representation of this file.
|
protected void |
writeContent(OutputStream out)
Writes the contents of the data group to an output stream.
|
getLength, getTag, readObject, writeObject
public DG15File(PublicKey publicKey)
publicKey
- the key to store in this filepublic DG15File(InputStream inputStream) throws IOException
inputStream
- an input streamIOException
- on error reading from input streamprotected void readContent(InputStream inputStream) throws IOException
AbstractTaggedLDSFile
readContent
in class AbstractTaggedLDSFile
inputStream
- the input stream to read fromIOException
- on error reading from input streamprotected void writeContent(OutputStream out) throws IOException
AbstractTaggedLDSFile
writeContent
in class AbstractTaggedLDSFile
out
- the output stream to write toIOException
- on error writing to output streampublic PublicKey getPublicKey()
public String toString()
DataGroup
public byte[] getEncoded()
getEncoded
in interface LDSElement
Copyright © 2016. All rights reserved.