パッケージ jp.co.osstech.libjeid.ep

クラス EPDataGroup

java.lang.Object
jp.co.osstech.libjeid.ep.EPDataGroup
直系の既知のサブクラス:
EPCommonData, EPDataGroup1, EPDataGroup10, EPDataGroup11, EPDataGroup12, EPDataGroup13, EPDataGroup14, EPDataGroup15, EPDataGroup2, EPDataGroup3, EPDataGroup4, EPDataGroup5, EPDataGroup6, EPDataGroup7, EPDataGroup8, EPDataGroup9, EPDocumentSecurityObject

public abstract class EPDataGroup extends Object
EPDataGroupは、パスポートのDataGroupに対応するクラスです。
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
     
    byte
     
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    EPDataGroup(byte[] encoded)
    EPDataGroupオブジェクトを構築します。
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    byte[]
    符号化データを返します。
     
    byte
     
    Stringオブジェクトを返します。

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • フィールド詳細

    • fid

      public String fid
    • sfid

      public byte sfid
  • コンストラクタの詳細

    • EPDataGroup

      public EPDataGroup(byte[] encoded) throws IOException
      EPDataGroupオブジェクトを構築します。
      パラメータ:
      encoded - 符号化データ
      例外:
      IOException - デコードエラー
  • メソッドの詳細

    • toString

      public String toString()
      Stringオブジェクトを返します。
      オーバーライド:
      toString クラス内 Object
      戻り値:
      Stringオブジェクト
    • getEncoded

      public byte[] getEncoded()
      符号化データを返します。
      戻り値:
      符号化データ
    • getFID

      public String getFID()
    • getShortFID

      public byte getShortFID()