Uses of Class
mceliece.PrivateKey

Packages that use PrivateKey
mceliece   
 

Uses of PrivateKey in mceliece
 

Methods in mceliece that return PrivateKey
 PrivateKey KeyPair.getPrivateKey()
           
 

Methods in mceliece with parameters of type PrivateKey
 void KeyPair.setPrivateKey(PrivateKey privateKey)
           
 

Constructors in mceliece with parameters of type PrivateKey
Decrypt(PrivateKey privateKey, Vector c)
          Construtor