Class McElieceCCA2KeysToParams


  • public class McElieceCCA2KeysToParams
    extends java.lang.Object
    utility class for converting jce/jca McElieceCCA2 objects objects into their org.bouncycastle.crypto counterparts.
    • Constructor Detail

      • McElieceCCA2KeysToParams

        public McElieceCCA2KeysToParams()
    • Method Detail

      • generatePublicKeyParameter

        public static AsymmetricKeyParameter generatePublicKeyParameter​(java.security.PublicKey key)
                                                                 throws java.security.InvalidKeyException
        Throws:
        java.security.InvalidKeyException
      • generatePrivateKeyParameter

        public static AsymmetricKeyParameter generatePrivateKeyParameter​(java.security.PrivateKey key)
                                                                  throws java.security.InvalidKeyException
        Throws:
        java.security.InvalidKeyException