private class CMSEnvelopedDataStreamGenerator.CmsEnvelopedDataOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
private BERSequenceGenerator |
_cGen |
private BERSequenceGenerator |
_eiGen |
private BERSequenceGenerator |
_envGen |
private javax.crypto.CipherOutputStream |
_out |
| Constructor and Description |
|---|
CmsEnvelopedDataOutputStream(javax.crypto.CipherOutputStream out,
BERSequenceGenerator cGen,
BERSequenceGenerator envGen,
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 javax.crypto.CipherOutputStream _out
private BERSequenceGenerator _cGen
private BERSequenceGenerator _envGen
private BERSequenceGenerator _eiGen
public CmsEnvelopedDataOutputStream(javax.crypto.CipherOutputStream out,
BERSequenceGenerator cGen,
BERSequenceGenerator envGen,
BERSequenceGenerator eiGen)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] bytes,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] bytes)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.