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.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 |
Modifier and Type | Interface and Description |
---|---|
interface |
OriginatorKeyInfo
XMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element.
|
interface |
RecipientKeyInfo
XMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element.
|
Modifier and Type | Class and Description |
---|---|
class |
OriginatorKeyInfoImpl
Concrete implementation of
OriginatorKeyInfo |
class |
RecipientKeyInfoImpl
Concrete implementation of
RecipientKeyInfo |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyInfo
XMLObject representing XML Digital Signature, version 20020212, KeyInfo element.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyInfoImpl
Concrete implementation of
KeyInfo |
class |
KeyInfoTypeImpl
Concrete implementation of
KeyInfoType |
Modifier and Type | Method and Description |
---|---|
void |
KeyInfoTypeSchemaValidator.validate(KeyInfoType xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
KeyInfoTypeSchemaValidator.validateChildrenNamespaces(KeyInfoType xmlObject)
Validate that all children are either ones defined within the XML Signature schema,
or are from another namespace.
|
protected void |
KeyInfoTypeSchemaValidator.validateChildrenPresence(KeyInfoType xmlObject)
Validate that at least child is present.
|
Copyright © 1999–2016. All rights reserved.