Class FaestKeyFactorySpi
java.lang.Object
java.security.KeyFactorySpi
org.bouncycastle.pqc.jcajce.provider.util.BaseKeyFactorySpi
org.bouncycastle.pqc.jcajce.provider.faest.FaestKeyFactorySpi
- All Implemented Interfaces:
AsymmetricKeyInfoConverter
- Direct Known Subclasses:
FaestKeyFactorySpi.FAEST_128F, FaestKeyFactorySpi.FAEST_128S, FaestKeyFactorySpi.FAEST_192F, FaestKeyFactorySpi.FAEST_192S, FaestKeyFactorySpi.FAEST_256F, FaestKeyFactorySpi.FAEST_256S, FaestKeyFactorySpi.FAEST_EM_128F, FaestKeyFactorySpi.FAEST_EM_128S, FaestKeyFactorySpi.FAEST_EM_192F, FaestKeyFactorySpi.FAEST_EM_192S, FaestKeyFactorySpi.FAEST_EM_256F, FaestKeyFactorySpi.FAEST_EM_256S
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal KeySpecengineGetKeySpec(Key key, Class keySpec) final KeyengineTranslateKey(Key key) generatePrivate(PrivateKeyInfo keyInfo) generatePublic(SubjectPublicKeyInfo keyInfo) Methods inherited from class BaseKeyFactorySpi
engineGeneratePrivate, engineGeneratePublic
-
Constructor Details
-
FaestKeyFactorySpi
public FaestKeyFactorySpi() -
FaestKeyFactorySpi
-
-
Method Details
-
engineGetKeySpec
- Specified by:
engineGetKeySpecin classKeyFactorySpi- Throws:
InvalidKeySpecException
-
engineTranslateKey
- Specified by:
engineTranslateKeyin classKeyFactorySpi- Throws:
InvalidKeyException
-
generatePrivate
- Throws:
IOException
-
generatePublic
- Throws:
IOException
-