|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncryptionProperty | |
|---|---|
| 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. |
| org.opensaml.xml.encryption.validator | |
| Uses of EncryptionProperty in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return types with arguments of type EncryptionProperty | |
|---|---|
List<EncryptionProperty> |
EncryptionProperties.getEncryptionProperties()
Get the list of EncryptionProperty child elements. |
| Uses of EncryptionProperty in org.opensaml.xml.encryption.impl |
|---|
| Classes in org.opensaml.xml.encryption.impl that implement EncryptionProperty | |
|---|---|
class |
EncryptionPropertyImpl
Concrete implementation of EncryptionProperty |
| Methods in org.opensaml.xml.encryption.impl that return EncryptionProperty | |
|---|---|
EncryptionProperty |
EncryptionPropertyBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
EncryptionProperty |
EncryptionPropertyBuilder.buildObject(String namespaceURI,
String localName,
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 EncryptionProperty | |
|---|---|
List<EncryptionProperty> |
EncryptionPropertiesImpl.getEncryptionProperties()
Get the list of EncryptionProperty child elements. |
| Uses of EncryptionProperty in org.opensaml.xml.encryption.validator |
|---|
| Methods in org.opensaml.xml.encryption.validator with parameters of type EncryptionProperty | |
|---|---|
void |
EncryptionPropertySchemaValidator.validate(EncryptionProperty xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
EncryptionPropertySchemaValidator.validateAttributeNamespaces(EncryptionProperty xmlObject)
Validate that any wildcard attributes are from the XML namespace http://www.w3.org/XML/1998/namespace. |
protected void |
EncryptionPropertySchemaValidator.validateChildrenNamespaces(EncryptionProperty xmlObject)
Validate that all children are from another namespace. |
protected void |
EncryptionPropertySchemaValidator.validateUnknownChildren(EncryptionProperty xmlObject)
Validate the unknown children. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||