Uses of Class
com.itextpdf.barcodes.qrcode.GF256Poly
Packages that use GF256Poly
-
Uses of GF256Poly in com.itextpdf.barcodes.qrcode
Fields in com.itextpdf.barcodes.qrcode declared as GF256PolyModifier and TypeFieldDescriptionprivate final GF256PolyGF256.oneprivate final GF256PolyGF256.zeroFields in com.itextpdf.barcodes.qrcode with type parameters of type GF256PolyMethods in com.itextpdf.barcodes.qrcode that return GF256PolyModifier and TypeMethodDescription(package private) GF256PolyGF256Poly.addOrSubtract(GF256Poly other) GF addition or subtraction (they are identical for a GF(2^n)private GF256PolyReedSolomonEncoder.buildGenerator(int degree) (package private) GF256PolyGF256.buildMonomial(int degree, int coefficient) (package private) GF256Poly[](package private) GF256PolyGF256.getOne()(package private) GF256PolyGF256.getZero()(package private) GF256PolyGF256Poly.multiply(int scalar) GF scalar multiplication(package private) GF256PolyGF multiplication(package private) GF256PolyGF256Poly.multiplyByMonomial(int degree, int coefficient) Methods in com.itextpdf.barcodes.qrcode with parameters of type GF256PolyModifier and TypeMethodDescription(package private) GF256PolyGF256Poly.addOrSubtract(GF256Poly other) GF addition or subtraction (they are identical for a GF(2^n)(package private) GF256Poly[](package private) GF256PolyGF multiplication