public final class AOCAdESCoSigner
extends java.lang.Object
implements es.gob.afirma.core.signers.AOCoSigner
Constructor and Description |
---|
AOCAdESCoSigner() |
Modifier and Type | Method and Description |
---|---|
byte[] |
cosign(byte[] data,
byte[] sign,
java.lang.String algorithm,
java.security.PrivateKey key,
java.security.cert.Certificate[] certChain,
java.util.Properties xParams) |
byte[] |
cosign(byte[] sign,
java.lang.String algorithm,
java.security.PrivateKey key,
java.security.cert.Certificate[] certChain,
java.util.Properties xParams) |
public byte[] cosign(byte[] data, byte[] sign, java.lang.String algorithm, java.security.PrivateKey key, java.security.cert.Certificate[] certChain, java.util.Properties xParams) throws es.gob.afirma.core.AOException, java.io.IOException
cosign
in interface es.gob.afirma.core.signers.AOCoSigner
es.gob.afirma.core.AOException
java.io.IOException
public byte[] cosign(byte[] sign, java.lang.String algorithm, java.security.PrivateKey key, java.security.cert.Certificate[] certChain, java.util.Properties xParams) throws es.gob.afirma.core.AOException, java.io.IOException
cosign
in interface es.gob.afirma.core.signers.AOCoSigner
es.gob.afirma.core.AOException
java.io.IOException