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

クラス DriverLicenseSignature

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

public class DriverLicenseSignature extends Object
DriverLicenseSignatureは、運転免許証仕様の「電子署名」に対応するクラスです。
  • コンストラクタの詳細

    • DriverLicenseSignature

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

    • toString

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

      public byte[] getSignature()
      電子署名を返します。
      戻り値:
      電子署名
    • getSerial

      public String getSerial()
      シリアルを返します。
      戻り値:
      電子署名
    • getIssuer

      public String getIssuer()
      発行者名を返します。
      戻り値:
      発行者名
    • getSubject

      public String getSubject()
      主体者名を返します。
      戻り値:
      主体者名
    • getSubjectKeyIdentifier

      public byte[] getSubjectKeyIdentifier()
      主体者鍵識別子を返します。
      戻り値:
      主体者鍵識別子