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

クラス DriverLicenseCommonData

java.lang.Object
jp.co.osstech.libjeid.dl.DriverLicenseCommonData

public class DriverLicenseCommonData extends Object
DriverLicenseCommonDataは、運転免許証仕様の「共通データ要素」に対応するクラスです。
  • コンストラクタの詳細

    • DriverLicenseCommonData

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

    • toString

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

      public String getVersion()
      仕様書バージョン番号を返します。
      戻り値:
      仕様書バージョン番号
    • getIssueDate

      public Date getIssueDate()
      交付年月日を返します。
      戻り値:
      交付年月日
    • getExpireDate

      public Date getExpireDate()
      有効期間の末日を返します。
      戻り値:
      有効期間の末日
    • getManufacturerID

      public byte getManufacturerID()
      カード製造業者識別子を返します。
      戻り値:
      カード製造業者識別子
    • getEncryptionID

      public byte getEncryptionID()
      暗号関数識別子を返します。
      戻り値:
      暗号関数識別子