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) |
Modifier and Type | Method and Description |
---|---|
byte[] |
sign() |
boolean |
verify(byte[] signatureValue) |
void |
write(byte[] arg0) |
void |
write(byte[] arg0,
int arg1,
int arg2) |
void |
write(int arg0) |
close, flush
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 OutputStream
public void write(int arg0)
write
in class OutputStream
public void write(byte[] arg0, int arg1, int arg2)
write
in class OutputStream
public boolean verify(byte[] signatureValue) throws XMLSecurityException
XMLSecurityException
public byte[] sign() throws XMLSecurityException
XMLSecurityException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.