public class Signer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Signer()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 signatureCopyright © 2018 JBoss by Red Hat. All rights reserved.