|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RetrievalMethod | |
|---|---|
| org.opensaml.xml.encryption | XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. |
| 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. |
| org.opensaml.xml.signature.validator | |
| Uses of RetrievalMethod in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption with parameters of type RetrievalMethod | |
|---|---|
protected EncryptedKey |
SimpleRetrievalMethodEncryptedKeyResolver.dereferenceURI(RetrievalMethod rm)
Dereference the URI attribute of the specified retrieval method into an EncryptedKey. |
| Uses of RetrievalMethod in org.opensaml.xml.signature |
|---|
| Methods in org.opensaml.xml.signature that return types with arguments of type RetrievalMethod | |
|---|---|
List<RetrievalMethod> |
KeyInfoType.getRetrievalMethods()
Get the list of RetrievalMethod child elements. |
| Uses of RetrievalMethod in org.opensaml.xml.signature.impl |
|---|
| Classes in org.opensaml.xml.signature.impl that implement RetrievalMethod | |
|---|---|
class |
RetrievalMethodImpl
Concrete implementation of RetrievalMethod |
| Methods in org.opensaml.xml.signature.impl that return RetrievalMethod | |
|---|---|
RetrievalMethod |
RetrievalMethodBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications. |
RetrievalMethod |
RetrievalMethodBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
| Methods in org.opensaml.xml.signature.impl that return types with arguments of type RetrievalMethod | |
|---|---|
List<RetrievalMethod> |
KeyInfoTypeImpl.getRetrievalMethods()
Get the list of RetrievalMethod child elements. |
| Uses of RetrievalMethod in org.opensaml.xml.signature.validator |
|---|
| Methods in org.opensaml.xml.signature.validator with parameters of type RetrievalMethod | |
|---|---|
void |
RetrievalMethodSchemaValidator.validate(RetrievalMethod xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
RetrievalMethodSchemaValidator.validateURI(RetrievalMethod xmlObject)
Validate the URI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||