|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.functor.ArgsSigner
public class ArgsSigner
| 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 |
|---|
public ArgsSigner()
| Method Detail |
|---|
public IArgs sign(IArgs args,
List<String> fields,
MessageDigest digest,
Signature signature,
PrivateKey privateKey,
PublicKey publicKey,
List<Certificate> certificates)
throws GeneralSecurityException
IArgs structure containing the signature on args, restricted
to the subtree defined by selected.
args - fields - digest - signature - privateKey - publicKey -
IArgs structure containing the signature on args,
restricted to the subtree defined by selected.
GeneralSecurityException
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||