public class ParSet extends ASN1Object
ParSet ::= SEQUENCE {
T INTEGER
h SEQUENCE OF INTEGER
w SEQUENCE OF INTEGER
K SEQUENCE OF INTEGER
}
| Constructor and Description |
|---|
ParSet(int t,
int[] h,
int[] w,
int[] k) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getH() |
static ParSet |
getInstance(java.lang.Object o) |
int[] |
getK() |
int |
getT() |
int[] |
getW() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static ParSet getInstance(java.lang.Object o)
public int getT()
public int[] getH()
public int[] getW()
public int[] getK()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object