CDC 1.1.2

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 クラスです。

関連項目:
直列化された形式

コンストラクタの概要
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 を解釈処理します。

CertificateFactory サポートを提供しない実装の場合は、null が返されます。

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

CDC 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.