Uses of Interface
org.opensaml.xmlsec.signature.PGPData
Package | Description |
---|---|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
-
Uses of PGPData in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type PGPData Modifier and Type Method Description List<PGPData>
KeyInfo. getPGPDatas()
Get the list of PGPData child elements. -
Uses of PGPData in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement PGPData Modifier and Type Class Description class
PGPDataImpl
Concrete implementation ofPGPData
.Methods in org.opensaml.xmlsec.signature.impl that return PGPData Modifier and Type Method Description PGPData
PGPDataBuilder. buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.PGPData
PGPDataBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xmlsec.signature.impl that return types with arguments of type PGPData Modifier and Type Method Description List<PGPData>
KeyInfoImpl. getPGPDatas()
Get the list of PGPData child elements.