JavaTM Platform
Standard Ed. 6

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 Certificate.CertificateRep(String type, byte[] data)
          Certificate 型と Certificate 符号化バイトで代替 Certificate クラスを構築します。
 
メソッドの概要
protected  Object readResolve()
          Certificate Object を解釈処理します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Certificate.CertificateRep

protected Certificate.CertificateRep(String type,
                                     byte[] data)
Certificate 型と Certificate 符号化バイトで代替 Certificate クラスを構築します。

パラメータ:
type - Certificate 型の標準名

data - Certificate データ
メソッドの詳細

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Certificate Object を解釈処理します。

戻り値:
解釈処理された証明書オブジェクト
例外:
ObjectStreamException - Certificate が解釈処理できない場合

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。