Uses of Interface
org.opensaml.xmlsec.signature.KeyInfoReference
Packages that use KeyInfoReference
Package
Description
Functional support for XML Encryption.
Specific implementations of
KeyInfoProvider.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 KeyInfoReference in org.opensaml.xmlsec.encryption.support
Methods in org.opensaml.xmlsec.encryption.support with parameters of type KeyInfoReferenceModifier and TypeMethodDescriptionprotected KeyInfoSimpleKeyInfoReferenceEncryptedKeyResolver.dereferenceURI(KeyInfoReference ref) Dereference the URI attribute of the specified retrieval method into a KeyInfo. -
Uses of KeyInfoReference in org.opensaml.xmlsec.keyinfo.impl.provider
Methods in org.opensaml.xmlsec.keyinfo.impl.provider that return KeyInfoReferenceModifier and TypeMethodDescriptionprotected KeyInfoReferenceKeyInfoReferenceProvider.getKeyInfoReference(XMLObject xmlObject) Get the KeyInfoReference from the passed XML object. -
Uses of KeyInfoReference in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type KeyInfoReferenceModifier and TypeMethodDescriptionKeyInfo.getKeyInfoReferences()Get the list of KeyInfoReference child elements. -
Uses of KeyInfoReference in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement KeyInfoReferenceMethods in org.opensaml.xmlsec.signature.impl that return KeyInfoReferenceModifier and TypeMethodDescriptionKeyInfoReferenceBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.KeyInfoReferenceBuilder.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 KeyInfoReferenceModifier and TypeMethodDescriptionKeyInfoImpl.getKeyInfoReferences()Get the list of KeyInfoReference child elements.