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 | Method and Description |
---|---|
private CriteriaSet |
Decrypter.buildCredentialCriteria(EncryptedType encryptedType,
CriteriaSet staticCriteria)
Utility method to build a new set of credential criteria based on the KeyInfo of an EncryptedData or
EncryptedKey, and any additional static criteria which might have been supplied to the decrypter.
|
private Set<Criteria> |
Decrypter.buildKeyCriteria(EncryptedType encryptedType)
Build decryption key credential criteria according to information in the encrypted type object.
|
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-2014 JBoss by Red Hat. All Rights Reserved.