org.bouncycastle.jce.interfaces
public interface ECPointEncoder
By default BC keys produce encodings without point compression, to turn this on call setPointFormat() with "COMPRESSED".
Method Summary | |
---|---|
void | setPointFormat(String style)
Set the formatting for encoding of points. |
Parameters: style the style to use.