Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
EncryptedData
XMLObject representing XML Encryption, version 20021210, EncryptedData element.
|
interface |
EncryptedKey
XMLObject representing XML Encryption, version 20021210, EncryptedKey element.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedDataImpl
Concrete implementation of
EncryptedData . |
class |
EncryptedKeyImpl
Concrete implementation of
EncryptedKey . |
class |
EncryptedTypeImpl
Abstract implementation of
EncryptedType . |
Modifier and Type | Method and Description |
---|---|
void |
EncryptedTypeSchemaValidator.validate(EncryptedType xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
EncryptedTypeSchemaValidator.validateChildrenPresence(EncryptedType xmlObject)
Validate that required children are present.
|
Copyright © 1999–2016. All rights reserved.