Uses of Interface
org.opensaml.xmlsec.signature.KeyValue
Packages that use KeyValue
Package
Description
Implementation classes for validating SAML 2 Assertions.
Classes in support of processing XML Signature KeyInfo material.
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 KeyValue in org.opensaml.saml.saml2.assertion.impl
Method parameters in org.opensaml.saml.saml2.assertion.impl with type arguments of type KeyValueModifier and TypeMethodDescriptionprotected boolean
HolderOfKeySubjectConfirmationValidator.matchesKeyValue
(PublicKey key, List<KeyValue> keyValues) Checks whether the supplied public key matches one of the suppliedKeyValue
elements. -
Uses of KeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo with parameters of type KeyValue -
Uses of KeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type KeyValueModifier and TypeMethodDescriptionKeyInfo.getKeyValues()
Get the list of KeyValue child elements. -
Uses of KeyValue in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement KeyValueMethods in org.opensaml.xmlsec.signature.impl that return KeyValueModifier and TypeMethodDescriptionKeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.KeyValueBuilder.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 KeyValueModifier and TypeMethodDescriptionKeyInfoImpl.getKeyValues()
Get the list of KeyValue child elements.