|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.security.KeyStore.SecretKeyEntry
public static final class KeyStore.SecretKeyEntry
特定の SecretKey
が格納された KeyStore
エントリです。
コンストラクタの概要 | |
---|---|
KeyStore.SecretKeyEntry(SecretKey secretKey)
特定の SecretKey を使って SecretKeyEntry を構築します。 |
メソッドの概要 | |
---|---|
SecretKey |
getSecretKey()
このエントリ内の SecretKey を取得します。 |
String |
toString()
この SecretKeyEntry の文字列表現を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public KeyStore.SecretKeyEntry(SecretKey secretKey)
SecretKey
を使って SecretKeyEntry
を構築します。
secretKey
- SecretKey
NullPointerException
- secretKey
が null
の場合メソッドの詳細 |
---|
public SecretKey getSecretKey()
SecretKey
を取得します。
SecretKey
public String toString()
Object
内の toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。