Package | Description |
---|---|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
org.opensaml.xmlsec.keyinfo.impl.provider |
Specific implementations of
KeyInfoProvider . |
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.
|
Modifier and Type | Method and Description |
---|---|
protected KeyInfo |
SimpleKeyInfoReferenceEncryptedKeyResolver.dereferenceURI(KeyInfoReference ref)
Dereference the URI attribute of the specified retrieval method into a KeyInfo.
|
Modifier and Type | Method and Description |
---|---|
protected KeyInfoReference |
KeyInfoReferenceProvider.getKeyInfoReference(XMLObject xmlObject)
Get the KeyInfoReference from the passed XML object.
|
Modifier and Type | Method and Description |
---|---|
List<KeyInfoReference> |
KeyInfo.getKeyInfoReferences()
Get the list of KeyInfoReference child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyInfoReferenceImpl
Concrete implementation of
KeyInfoReference . |
Modifier and Type | Method and Description |
---|---|
KeyInfoReference |
KeyInfoReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
KeyInfoReference |
KeyInfoReferenceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<KeyInfoReference> |
KeyInfoImpl.getKeyInfoReferences()
Get the list of KeyInfoReference child elements.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.