|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyInfoType | |
---|---|
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 |
Uses of KeyInfoType in org.opensaml.xml.encryption |
---|
Subinterfaces of KeyInfoType in org.opensaml.xml.encryption | |
---|---|
interface |
OriginatorKeyInfo
XMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element. |
interface |
RecipientKeyInfo
XMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element. |
Uses of KeyInfoType in org.opensaml.xml.encryption.impl |
---|
Classes in org.opensaml.xml.encryption.impl that implement KeyInfoType | |
---|---|
class |
OriginatorKeyInfoImpl
Concrete implementation of OriginatorKeyInfo |
class |
RecipientKeyInfoImpl
Concrete implementation of RecipientKeyInfo |
Uses of KeyInfoType in org.opensaml.xml.signature |
---|
Subinterfaces of KeyInfoType in org.opensaml.xml.signature | |
---|---|
interface |
KeyInfo
XMLObject representing XML Digital Signature, version 20020212, KeyInfo element. |
Uses of KeyInfoType in org.opensaml.xml.signature.impl |
---|
Classes in org.opensaml.xml.signature.impl that implement KeyInfoType | |
---|---|
class |
KeyInfoImpl
Concrete implementation of KeyInfo |
class |
KeyInfoTypeImpl
Concrete implementation of KeyInfoType |
Uses of KeyInfoType in org.opensaml.xml.signature.validator |
---|
Methods in org.opensaml.xml.signature.validator with parameters of type KeyInfoType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |