public class SignerOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
isDebugEnabled |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SignerOutputStream(SignatureAlgorithm signatureAlgorithm) |
protected static final transient org.slf4j.Logger log
protected static final transient boolean isDebugEnabled
public SignerOutputStream(SignatureAlgorithm signatureAlgorithm)
public void write(byte[] arg0)
write in class OutputStreampublic void write(int arg0)
write in class OutputStreampublic void write(byte[] arg0,
int arg1,
int arg2)
write in class OutputStreampublic boolean verify(byte[] signatureValue)
throws XMLSecurityException
XMLSecurityExceptionpublic byte[] sign()
throws XMLSecurityException
XMLSecurityExceptionCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.