Uses of Interface
org.opensaml.xmlsec.signature.SPKIData
Packages that use SPKIData
Package
Description
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of SPKIData in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type SPKIDataModifier and TypeMethodDescriptionKeyInfo.getSPKIDatas()
Get the list of SPKIData child elements. -
Uses of SPKIData in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement SPKIDataMethods in org.opensaml.xmlsec.signature.impl that return SPKIDataModifier and TypeMethodDescriptionSPKIDataBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.SPKIDataBuilder.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 SPKIDataModifier and TypeMethodDescriptionKeyInfoImpl.getSPKIDatas()
Get the list of SPKIData child elements.