|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyReference | |
|---|---|
| org.opensaml.xml.encryption | XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. |
| org.opensaml.xml.encryption.impl | Implementations of the interfaces for XMLObjects that represent XML encryption types. |
| Uses of KeyReference in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return types with arguments of type KeyReference | |
|---|---|
java.util.List<KeyReference> |
ReferenceList.getKeyReferences()
Get the list of key reference child elements. |
| Uses of KeyReference in org.opensaml.xml.encryption.impl |
|---|
| Classes in org.opensaml.xml.encryption.impl that implement KeyReference | |
|---|---|
class |
KeyReferenceImpl
|
| Methods in org.opensaml.xml.encryption.impl that return KeyReference | |
|---|---|
KeyReference |
KeyReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
KeyReference |
KeyReferenceBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
| Methods in org.opensaml.xml.encryption.impl that return types with arguments of type KeyReference | |
|---|---|
java.util.List<KeyReference> |
ReferenceListImpl.getKeyReferences()
Get the list of key reference child elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||