Package | Description |
---|---|
org.opensaml.common.impl |
Base classes for various SAMLObjects constructs.
|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLObjectContentReference
A content reference for SAML objects that will be signed.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentInternalIDContentReference
A content reference that references Elements withing the same document by ID attribute.
|
class |
URIContentReference
A generic content reference that uses a URI to reference the content to be signed.
|
Modifier and Type | Method and Description |
---|---|
List<ContentReference> |
Signature.getContentReferences()
Gets the list of signature content references.
|
Modifier and Type | Method and Description |
---|---|
List<ContentReference> |
SignatureImpl.getContentReferences()
Gets the list of signature content references.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.