Uses of Class
com.itextpdf.text.pdf.qrcode.GF256Poly
Packages that use GF256Poly
-
Uses of GF256Poly in com.itextpdf.text.pdf.qrcode
Fields in com.itextpdf.text.pdf.qrcode declared as GF256PolyModifier and TypeFieldDescriptionprivate final GF256PolyGF256.oneprivate final GF256PolyGF256.zeroFields in com.itextpdf.text.pdf.qrcode with type parameters of type GF256PolyMethods in com.itextpdf.text.pdf.qrcode that return GF256PolyModifier and TypeMethodDescription(package private) GF256PolyGF256Poly.addOrSubtract(GF256Poly other) 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) (package private) GF256Poly(package private) GF256PolyGF256Poly.multiplyByMonomial(int degree, int coefficient) Methods in com.itextpdf.text.pdf.qrcode with parameters of type GF256Poly