org.bouncycastle.util.encoders
Interface Encoder
public
interface
Encoder
Encode and decode byte arrays (typically from binary to 7-bit ASCII
encodings).
| Method Summary |
| int | decode(byte[] data, int off, int length, OutputStream out) |
| int | decode(String data, OutputStream out) |
| int | encode(byte[] data, int off, int length, OutputStream out) |
public int decode(byte[] data, int off, int length, OutputStream out)
public int decode(String data, OutputStream out)
public int encode(byte[] data, int off, int length, OutputStream out)