Package | Description |
---|---|
org.opensaml.saml.common |
Base classes for working with SAML as Java objects.
|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xmlsec.signature.support |
Functional support for XML Signature.
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLObjectContentReference
A content reference for SAML objects that will 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableContentReference
A specialization of
ContentReference which allows some signature reference properties
to be specified. |
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.
|
Copyright © 2016. All rights reserved.