Package org.jmrtd.lds

Class AbstractLDSInfo

    • Constructor Detail

      • AbstractLDSInfo

        public AbstractLDSInfo()
    • Method Detail

      • getEncoded

        public byte[] getEncoded()
        Returns an encoding of this LDS info.
        Specified by:
        getEncoded in interface LDSElement
        Returns:
        the LDS info encoded as byte array
      • writeObject

        public abstract void writeObject​(OutputStream outputStream)
                                  throws IOException
        Writes this LDS info to a stream.
        Parameters:
        outputStream - the stream to write to
        Throws:
        IOException - on error writing to the stream