org.bouncycastle.sasn1
public class BerOctetStringGenerator extends BerGenerator
_out| Constructor and Description |
|---|
BerOctetStringGenerator(java.io.OutputStream out)
Deprecated.
|
BerOctetStringGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getOctetOutputStream()
Deprecated.
|
java.io.OutputStream |
getOctetOutputStream(byte[] buf)
Deprecated.
|
getRawOutputStream, writeBerBody, writeBerEnd, writeBerHeaderpublic BerOctetStringGenerator(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic BerOctetStringGenerator(java.io.OutputStream out,
int tagNo,
boolean isExplicit)
throws java.io.IOException
java.io.IOException