|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.signature.Signer
public class Signer
This class is responsible for creating the digital signatures for the given signable XMLObjects. This must be done as a seperate step because in order to support the following cases:
Constructor Summary | |
---|---|
protected |
Signer()
Constructor. |
Method Summary | |
---|---|
static void |
signObject(Signature signature)
Signs a single XMLObject. |
static void |
signObjects(java.util.List<Signature> xmlObjects)
Signs the given XMLObject in the order provided. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Signer()
Method Detail |
---|
public static void signObjects(java.util.List<Signature> xmlObjects)
xmlObjects
- an orderded list of XMLObject to be signedpublic static void signObject(Signature signature)
signature
- the signature to computer the signature on
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |