org.bouncycastle.pqc.asn1
Class ParSet
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.pqc.asn1.ParSet
- All Implemented Interfaces:
- ASN1Encodable, Encodable
- public class ParSet
- extends ASN1Object
ParSet ::= SEQUENCE {
T INTEGER
h SEQUENCE OF INTEGER
w SEQUENCE OF INTEGER
K SEQUENCE OF INTEGER
}
Constructor Summary |
ParSet(int t,
int[] h,
int[] w,
int[] k)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ParSet
public ParSet(int t,
int[] h,
int[] w,
int[] k)
getInstance
public static ParSet getInstance(java.lang.Object o)
getT
public int getT()
getH
public int[] getH()
getW
public int[] getW()
getK
public int[] getK()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Description copied from class:
ASN1Object
- Method providing a primitive representation of this object suitable for encoding.
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object
- Returns:
- a primitive representation of this object.