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