intarsys runtime library

de.intarsys.tools.functor
Class ArgsSigner

java.lang.Object
  extended by de.intarsys.tools.functor.ArgsSigner

public class ArgsSigner
extends Object


Constructor Summary
ArgsSigner()
           
 
Method Summary
 IArgs sign(IArgs args, List<String> fields, MessageDigest digest, Signature signature, PrivateKey privateKey, PublicKey publicKey, List<Certificate> certificates)
          The IArgs structure containing the signature on args, restricted to the subtree defined by selected.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgsSigner

public ArgsSigner()
Method Detail

sign

public IArgs sign(IArgs args,
                  List<String> fields,
                  MessageDigest digest,
                  Signature signature,
                  PrivateKey privateKey,
                  PublicKey publicKey,
                  List<Certificate> certificates)
           throws GeneralSecurityException
The IArgs structure containing the signature on args, restricted to the subtree defined by selected.

Parameters:
args -
fields -
digest -
signature -
privateKey -
publicKey -
Returns:
The IArgs structure containing the signature on args, restricted to the subtree defined by selected.
Throws:
GeneralSecurityException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.