public interface ECPointEncoder
By default BC keys produce encodings without point compression, to turn this on call setPointFormat() with "COMPRESSED".
Modifier and Type | Method and Description |
---|---|
void |
setPointFormat(String style)
Set the formatting for encoding of points.
|
void setPointFormat(String style)
style
- the style to use.Copyright © 2015. All rights reserved.