|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PGPData | |
|---|---|
| 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 PGPData in org.opensaml.xml.signature |
|---|
| Methods in org.opensaml.xml.signature that return types with arguments of type PGPData | |
|---|---|
java.util.List<PGPData> |
KeyInfoType.getPGPDatas()
Get the list of PGPData child elements. |
| Uses of PGPData in org.opensaml.xml.signature.impl |
|---|
| Classes in org.opensaml.xml.signature.impl that implement PGPData | |
|---|---|
class |
PGPDataImpl
Concrete implementation of PGPData |
| Methods in org.opensaml.xml.signature.impl that return PGPData | |
|---|---|
PGPData |
PGPDataBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications. |
PGPData |
PGPDataBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
| Methods in org.opensaml.xml.signature.impl that return types with arguments of type PGPData | |
|---|---|
java.util.List<PGPData> |
KeyInfoTypeImpl.getPGPDatas()
Get the list of PGPData child elements. |
| Uses of PGPData in org.opensaml.xml.signature.validator |
|---|
| Methods in org.opensaml.xml.signature.validator with parameters of type PGPData | |
|---|---|
void |
PGPDataSchemaValidator.validate(PGPData xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
PGPDataSchemaValidator.validateChildrenNamespaces(PGPData xmlObject)
Validate that all children are either ones defined within the XML Signature schema, or are from another namespace. |
protected void |
PGPDataSchemaValidator.validateChildrenPresence(PGPData xmlObject)
Validate that at least one mandatory child is present. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||