|
||||||||||
| 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(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(List<Signature> xmlObjects)
throws SignatureException
xmlObjects - an orderded list of XMLObject to be signed
SignatureException - thrown if there is an error computing the signature
public static void signObject(Signature signature)
throws SignatureException
signature - the signature to computer the signature on
SignatureException - thrown if there is an error computing the signature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||