static class CMSVistaSignedDataGenerator.SigOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) java.security.Signature |
sig |
| Constructor and Description |
|---|
SigOutputStream(java.security.Signature sig) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.