org.bouncycastle.sasn1

Class BerOctetStringGenerator


public class BerOctetStringGenerator
extends BerGenerator

Field Summary

Fields inherited from class org.bouncycastle.sasn1.Asn1Generator

_out

Constructor Summary

BerOctetStringGenerator(OutputStream out)
BerOctetStringGenerator(OutputStream out, int tagNo, boolean isExplicit)

Method Summary

OutputStream
getOctetOutputStream()
OutputStream
getOctetOutputStream(byte[] buf)

Methods inherited from class org.bouncycastle.sasn1.BerGenerator

getRawOutputStream, writeBerBody, writeBerEnd, writeBerHeader

Methods inherited from class org.bouncycastle.sasn1.Asn1Generator

getRawOutputStream

Constructor Details

BerOctetStringGenerator

public BerOctetStringGenerator(OutputStream out)
            throws IOException

BerOctetStringGenerator

public BerOctetStringGenerator(OutputStream out,
                               int tagNo,
                               boolean isExplicit)
            throws IOException

Method Details

getOctetOutputStream

public OutputStream getOctetOutputStream()

getOctetOutputStream

public OutputStream getOctetOutputStream(byte[] buf)