|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.security.spec.EncodedKeySpec java.security.spec.X509EncodedKeySpec
public class X509EncodedKeySpec
ASN.1 SubjectPublicKeyInfo
で指定された形式に従って符号化された、公開鍵の ASN.1 での符号化を表します。SubjectPublicKeyInfo
の構文は次のとおり X.509 標準で定義します。
SubjectPublicKeyInfo ::= SEQUENCE { algorithm AlgorithmIdentifier, subjectPublicKey BIT STRING }
Key
,
KeyFactory
,
KeySpec
,
EncodedKeySpec
,
PKCS8EncodedKeySpec
コンストラクタの概要 | |
---|---|
X509EncodedKeySpec(byte[] encodedKey)
指定された符号化された鍵を使って新しい X509EncodedKeySpec を作成します。 |
メソッドの概要 | |
---|---|
byte[] |
getEncoded()
X.509 標準に従って符号化された鍵のバイトを返します。 |
String |
getFormat()
この鍵仕様に関連した符号化形式の名前を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public X509EncodedKeySpec(byte[] encodedKey)
encodedKey
- 鍵。X.509 標準に従って符号化されているものとする。この配列の内容は、後続の変更に影響されないようにコピーされる
NullPointerException
- encodedKey
が null の場合メソッドの詳細 |
---|
public byte[] getEncoded()
EncodedKeySpec
内の getEncoded
public final String getFormat()
EncodedKeySpec
内の getFormat
「X.509」
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。