public final class KeyFactory
extends java.security.KeyFactorySpi
| コンストラクタ | 説明 |
|---|---|
KeyFactory() |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
protected java.security.PrivateKey |
engineGeneratePrivate(java.security.spec.KeySpec keySpec) |
Supports PKCS8EncodedKeySpec
|
protected java.security.PublicKey |
engineGeneratePublic(java.security.spec.KeySpec keySpec) |
Supports X509EncodedKeySpec
|
protected <T extends java.security.spec.KeySpec> |
engineGetKeySpec(java.security.Key key,
java.lang.Class<T> keySpec) |
|
protected java.security.Key |
engineTranslateKey(java.security.Key key) |
protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
engineGeneratePrivate クラス内 java.security.KeyFactorySpijava.security.spec.InvalidKeySpecExceptionprotected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
engineGeneratePublic クラス内 java.security.KeyFactorySpijava.security.spec.InvalidKeySpecExceptionprotected <T extends java.security.spec.KeySpec> T engineGetKeySpec(java.security.Key key,
java.lang.Class<T> keySpec)
throws java.security.spec.InvalidKeySpecException
engineGetKeySpec クラス内 java.security.KeyFactorySpijava.security.spec.InvalidKeySpecExceptionprotected java.security.Key engineTranslateKey(java.security.Key key)
throws java.security.InvalidKeyException
engineTranslateKey クラス内 java.security.KeyFactorySpijava.security.InvalidKeyException