public final class BinaryFieldByIrreducibleFactory extends Object
BinaryField,
BinaryFieldByBitLengthFactory| Modifier and Type | Method and Description |
|---|---|
static BinaryField |
getField(BigInteger irreducible)
The factory method.
|
static BinaryField |
getField(iaik.asn1.SEQUENCE encodedField)
Constructs a binary field from the ASN.1
SEQUENCE: |
public static BinaryField getField(iaik.asn1.SEQUENCE encodedField)
SEQUENCE:
FieldID ::= SEQUENCE {
fieldType OBJECT IDENTIFIER,
parameters ANY DEFINED BY fieldType
}
encodedField - the ASN.1 structurepublic static BinaryField getField(BigInteger irreducible)
irreducible - an irreducible polynomial (either a trinomial or a pentanomial)F2[X] / (irreducible)Copyright © 2011–2022 Stiftung SIC. All rights reserved.