Package org.bouncycastle.asn1
Class BEROctetStringGenerator
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Generator
-
- org.bouncycastle.asn1.BERGenerator
-
- org.bouncycastle.asn1.BEROctetStringGenerator
-
public class BEROctetStringGenerator extends BERGenerator
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.asn1.ASN1Generator
_out
-
-
Constructor Summary
Constructors Constructor Description BEROctetStringGenerator(OutputStream out)BEROctetStringGenerator(OutputStream out, int tagNo, boolean isExplicit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStreamgetOctetOutputStream()OutputStreamgetOctetOutputStream(byte[] buf)-
Methods inherited from class org.bouncycastle.asn1.BERGenerator
getRawOutputStream, writeBERBody, writeBEREnd, writeBERHeader
-
-
-
-
Constructor Detail
-
BEROctetStringGenerator
public BEROctetStringGenerator(OutputStream out) throws IOException
- Throws:
IOException
-
BEROctetStringGenerator
public BEROctetStringGenerator(OutputStream out, int tagNo, boolean isExplicit) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getOctetOutputStream
public OutputStream getOctetOutputStream()
-
getOctetOutputStream
public OutputStream getOctetOutputStream(byte[] buf)
-
-