public class Signer extends Object
修飾子 | コンストラクタと説明 |
---|---|
protected |
Signer()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.