public class Signer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Signer()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private static Logger |
getLogger()
Get an SLF4J Logger.
|
static void |
signObject(Signature signature)
Signs a single XMLObject.
|
static void |
signObjects(List<Signature> xmlObjects)
Signs the given XMLObject in the order provided.
|
public static void signObjects(List<Signature> xmlObjects) throws SignatureException
xmlObjects - an orderded list of XMLObject to be signedSignatureException - thrown if there is an error computing the signaturepublic static void signObject(Signature signature) throws SignatureException
signature - the signature to computer the signature onSignatureException - thrown if there is an error computing the signatureprivate static Logger getLogger()
Copyright © 1999-2014. All Rights Reserved.