Class RainbowKeysToParams
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.rainbow.RainbowKeysToParams
utility class for converting jce/jca Rainbow objects
objects into their org.bouncycastle.crypto counterparts.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RainbowKeysToParams
public RainbowKeysToParams()
-
-
Method Details
-
generatePublicKeyParameter
public static AsymmetricKeyParameter generatePublicKeyParameter(PublicKey key) throws InvalidKeyException - Throws:
InvalidKeyException
-
generatePrivateKeyParameter
public static AsymmetricKeyParameter generatePrivateKeyParameter(PrivateKey key) throws InvalidKeyException - Throws:
InvalidKeyException
-