public class McEliecePrivateKey extends ASN1Object
| Constructor and Description | 
|---|
McEliecePrivateKey(int n,
                  int k,
                  GF2mField field,
                  PolynomialGF2mSmallM goppaPoly,
                  Permutation p1,
                  Permutation p2,
                  GF2Matrix sInv)  | 
| Modifier and Type | Method and Description | 
|---|---|
GF2mField | 
getField()  | 
PolynomialGF2mSmallM | 
getGoppaPoly()  | 
static McEliecePrivateKey | 
getInstance(java.lang.Object o)  | 
int | 
getK()  | 
int | 
getN()  | 
Permutation | 
getP1()  | 
Permutation | 
getP2()  | 
GF2Matrix | 
getSInv()  | 
ASN1Primitive | 
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding. 
 | 
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic McEliecePrivateKey(int n,
                          int k,
                          GF2mField field,
                          PolynomialGF2mSmallM goppaPoly,
                          Permutation p1,
                          Permutation p2,
                          GF2Matrix sInv)
public static McEliecePrivateKey getInstance(java.lang.Object o)
public int getN()
public int getK()
public GF2mField getField()
public PolynomialGF2mSmallM getGoppaPoly()
public GF2Matrix getSInv()
public Permutation getP1()
public Permutation getP2()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object