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