パッケージ | 説明 |
---|---|
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
List<EncryptionProperty> |
EncryptionProperties.getEncryptionProperties()
Get the list of EncryptionProperty child elements.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
EncryptionPropertyImpl
Concrete implementation of
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<EncryptionProperty> |
EncryptionPropertiesImpl.getEncryptionProperties()
Get the list of EncryptionProperty child elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
Copyright © 2012. All Rights Reserved.