cm.security
クラス DefaultKey

java.lang.Object
  拡張cm.security.DefaultKey
すべての実装インタフェース:
Key

public class DefaultKey
extends java.lang.Object
implements Key

$Rev: 46 $
$Date: 2005-02-18 15:41:46 +0900 (Fri, 18 Feb 2005) $
$Author: C.M $

デフォルトで用意されたキーストアを表すクラス。


コンストラクタの概要
DefaultKey()
           
 
メソッドの概要
 java.io.InputStream getKeyAsStream()
          キーストアの入力ストリームを返す。
 char[] getKeyPass()
          キーのパスワードを返す。
 char[] getStorePass()
          キーストアのパスワードを返す。
 java.lang.String getStoreType()
          キーストアのタイプを返す。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultKey

public DefaultKey()
メソッドの詳細

getStoreType

public java.lang.String getStoreType()
キーストアのタイプを返す。

定義:
インタフェース Key 内の getStoreType
戻り値:
キーストアのタイプ。

getStorePass

public char[] getStorePass()
キーストアのパスワードを返す。

定義:
インタフェース Key 内の getStorePass
戻り値:
キーストアのパスワード。

getKeyPass

public char[] getKeyPass()
キーのパスワードを返す。

定義:
インタフェース Key 内の getKeyPass
戻り値:
キーのパスワード。

getKeyAsStream

public java.io.InputStream getKeyAsStream()
キーストアの入力ストリームを返す。

定義:
インタフェース Key 内の getKeyAsStream
戻り値:
キーストアの入力ストリーム。