モジュール java.base
パッケージ java.security.cert

クラスCertificate.CertificateRep

java.lang.Object
java.security.cert.Certificate.CertificateRep
すべての実装されたインタフェース:
Serializable
含まれているクラス:
Certificate

protected static class Certificate.CertificateRep extends Object implements Serializable
直列化用の代替Certificateクラス。
導入されたバージョン:
1.3
関連項目:
  • コンストラクタのサマリー

    コンストラクタ
    修飾子
    コンストラクタ
    説明
    protected
    CertificateRep(String type, byte[] data)
    CertificateタイプおよびCertificateエンコーディング・バイトを使用して、代替Certificateクラスを作成します。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    protected Object
    このCertificateRepのタイプとデータを含むCertificateを返します。

    クラス java.lang.Objectで宣言されたメソッド

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • CertificateRep

      protected CertificateRep(String type, byte[] data)
      CertificateタイプおよびCertificateエンコーディング・バイトを使用して、代替Certificateクラスを作成します。
      パラメータ:
      type - Certificateタイプの標準名。
      data - Certificateデータ。
  • メソッドの詳細

    • readResolve

      protected Object readResolve() throws ObjectStreamException
      このCertificateRepのタイプとデータを含むCertificateを返します。
      戻り値:
      解決されたCertificateオブジェクト
      例外:
      ObjectStreamException - Certificateを解決できなかった場合