Package | Description |
---|---|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
Modifier and Type | Method and Description |
---|---|
static void |
Signer.signObject(Signature signature)
Signs a single XMLObject.
|
static void |
Signer.signObjects(List<Signature> xmlObjects)
Signs the given XMLObject in the order provided.
|
Copyright © 1999–2016. All rights reserved.