public final class KeyFactory
extends java.security.KeyFactorySpi
コンストラクタ | 説明 |
---|---|
KeyFactory() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
protected java.security.PrivateKey |
engineGeneratePrivate(java.security.spec.KeySpec keySpec) |
As of 0.9.25, supports PKCS8EncodedKeySpec
|
protected java.security.PublicKey |
engineGeneratePublic(java.security.spec.KeySpec keySpec) |
As of 0.9.25, 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.KeyFactorySpi
java.security.spec.InvalidKeySpecException
protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec) throws java.security.spec.InvalidKeySpecException
engineGeneratePublic
クラス内 java.security.KeyFactorySpi
java.security.spec.InvalidKeySpecException
protected <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.KeyFactorySpi
java.security.spec.InvalidKeySpecException
protected java.security.Key engineTranslateKey(java.security.Key key) throws java.security.InvalidKeyException
engineTranslateKey
クラス内 java.security.KeyFactorySpi
java.security.InvalidKeyException