|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--codec.asn1.ASN1AbstractType
|
+--codec.asn1.ASN1Integer
|
+--de.flexiprovider.ec.asn1.PrimeField
This class represents a prime-field as defined in ANS X9.62 - 1998. The ASN.1 definition of this structure is
prime-field ::= INTEGER;
| Constructor Summary | |
PrimeField()
Constructor used for decoding. |
|
PrimeField(FlexiBigInt order)
Constructor used for encoding. |
|
| Method Summary | |
FlexiBigInt |
getQ()
|
| Methods inherited from class codec.asn1.ASN1Integer |
|
| Methods inherited from class codec.asn1.ASN1AbstractType |
checkConstraints, getConstraint, getTagClass, isExplicit, isOptional, isType, readExternal, setConstraint, setExplicit, setOptional, writeExternal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PrimeField()
public PrimeField(FlexiBigInt order)
order - the field order| Method Detail |
public FlexiBigInt getQ()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||