Uses of Class
mceliece.PublicKey

Packages that use PublicKey
mceliece   
 

Uses of PublicKey in mceliece
 

Methods in mceliece that return PublicKey
 PublicKey KeyPair.getPublicKey()
           
 

Methods in mceliece with parameters of type PublicKey
 void KeyPair.setPublicKey(PublicKey publicKey)
           
 

Constructors in mceliece with parameters of type PublicKey
Encrypt(PublicKey publicKey, Vector m)
          Construtor