|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.security.spec.EncodedKeySpec
public abstract class EncodedKeySpec
公開鍵または非公開鍵を、符号化された形式で表現します。
Key
,
KeyFactory
,
KeySpec
,
X509EncodedKeySpec
,
PKCS8EncodedKeySpec
コンストラクタの概要 | |
---|---|
EncodedKeySpec(byte[] encodedKey)
指定の符号化された鍵を使って新しい EncodedKeySpec を作成します。 |
メソッドの概要 | |
---|---|
byte[] |
getEncoded()
符号化された鍵を返します。 |
abstract String |
getFormat()
この鍵仕様に関連した符号化形式の名前を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public EncodedKeySpec(byte[] encodedKey)
encodedKey
- 符号化された鍵この配列の内容は、後続の変更に影響されないようにコピーされる
NullPointerException
- encodedKey
が null の場合メソッドの詳細 |
---|
public byte[] getEncoded()
public abstract String getFormat()
鍵 (Key
を参照) の不透明な表現をこの鍵仕様 (またはそのサブクラス) に変換 (KeyFactory
を参照) できる場合、その不透明な鍵で呼び出された getFormat
は、この鍵仕様の getFormat
メソッドと同じ値を返します。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。