- 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クラスを構築します。
-
-
-
コンストラクタの詳細
-
CertificateRep
protected CertificateRep(String type, byte[] data)
CertificateタイプとCertificate符号化バイトで代替Certificateクラスを構築します。- パラメータ:
type
- Certificateタイプの標準名。data
- Certificateデータ。
-
-
メソッドの詳細
-
readResolve
protected Object readResolve() throws ObjectStreamException
Certificate Objectを解釈処理します。- 戻り値:
- 解釈処理された証明書オブジェクト
- 例外:
ObjectStreamException
- Certificateを解決できなかった場合
-
-