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