モジュール 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
    Certificate Objectを解釈処理します。

    クラス 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
      Certificate Objectを解釈処理します。
      戻り値:
      解釈処理された証明書オブジェクト
      例外:
      ObjectStreamException - Certificateを解決できなかった場合