static class CMSVistaSignedDataGenerator.DigOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
(package private) java.security.MessageDigest |
dig |
Constructor and Description |
---|
DigOutputStream(java.security.MessageDigest dig) |
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.OutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.