private class CMSSignedDataStreamGenerator.CmsSignedDataOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
private DERObjectIdentifier |
_contentOID |
private BERSequenceGenerator |
_eiGen |
private java.io.OutputStream |
_out |
private BERSequenceGenerator |
_sGen |
private BERSequenceGenerator |
_sigGen |
Constructor and Description |
---|
CmsSignedDataOutputStream(java.io.OutputStream out,
java.lang.String contentOID,
BERSequenceGenerator sGen,
BERSequenceGenerator sigGen,
BERSequenceGenerator eiGen) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int b) |
private java.io.OutputStream _out
private DERObjectIdentifier _contentOID
private BERSequenceGenerator _sGen
private BERSequenceGenerator _sigGen
private BERSequenceGenerator _eiGen
public CmsSignedDataOutputStream(java.io.OutputStream out, java.lang.String contentOID, BERSequenceGenerator sGen, BERSequenceGenerator sigGen, BERSequenceGenerator eiGen)
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] bytes, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] bytes) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.