Uses of Class
com.google.crypto.tink.hybrid.EciesParameters.PointFormat
-
Packages that use EciesParameters.PointFormat Package Description com.google.crypto.tink.hybrid -
-
Uses of EciesParameters.PointFormat in com.google.crypto.tink.hybrid
Fields in com.google.crypto.tink.hybrid declared as EciesParameters.PointFormat Modifier and Type Field Description static EciesParameters.PointFormatEciesParameters.PointFormat. COMPRESSEDstatic EciesParameters.PointFormatEciesParameters.PointFormat. LEGACY_UNCOMPRESSEDLikeUNCOMPRESSED, but without the \x04 prefix.static EciesParameters.PointFormatEciesParameters.PointFormat. UNCOMPRESSEDMethods in com.google.crypto.tink.hybrid that return EciesParameters.PointFormat Modifier and Type Method Description EciesParameters.PointFormatEciesParameters. getNistCurvePointFormat()Methods in com.google.crypto.tink.hybrid with parameters of type EciesParameters.PointFormat Modifier and Type Method Description EciesParameters.BuilderEciesParameters.Builder. setNistCurvePointFormat(EciesParameters.PointFormat pointFormat)
-