Uses of Interface
org.opensaml.xmlsec.signature.DEREncodedKeyValue
Packages that use DEREncodedKeyValue
Package
Description
Implementation classes for validating SAML 2 Assertions.
Classes in support of processing XML Signature KeyInfo material.
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 DEREncodedKeyValue in org.opensaml.saml.saml2.assertion.impl
Method parameters in org.opensaml.saml.saml2.assertion.impl with type arguments of type DEREncodedKeyValueModifier and TypeMethodDescriptionprotected booleanHolderOfKeySubjectConfirmationValidator.matchesDEREncodedKeyValue(PublicKey key, List<DEREncodedKeyValue> derEncodedKeyValues) Checks whether the supplied public key matches one of the suppliedDEREncodedKeyValueelements. -
Uses of DEREncodedKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo with parameters of type DEREncodedKeyValueModifier and TypeMethodDescriptionstatic PublicKeyKeyInfoSupport.getKey(DEREncodedKeyValue keyValue) Extracts the public key within theDEREncodedKeyValue. -
Uses of DEREncodedKeyValue in org.opensaml.xmlsec.keyinfo.impl.provider
Methods in org.opensaml.xmlsec.keyinfo.impl.provider that return DEREncodedKeyValueModifier and TypeMethodDescriptionprotected DEREncodedKeyValueDEREncodedKeyValueProvider.getDEREncodedKeyValue(XMLObject xmlObject) Get the DEREncodedKeyValue from the passed XML object. -
Uses of DEREncodedKeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type DEREncodedKeyValueModifier and TypeMethodDescriptionKeyInfo.getDEREncodedKeyValues()Get the list of DEREncodedKeyValue child elements. -
Uses of DEREncodedKeyValue in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement DEREncodedKeyValueMethods in org.opensaml.xmlsec.signature.impl that return DEREncodedKeyValueModifier and TypeMethodDescriptionDEREncodedKeyValueBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.DEREncodedKeyValueBuilder.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 DEREncodedKeyValueModifier and TypeMethodDescriptionKeyInfoImpl.getDEREncodedKeyValues()Get the list of DEREncodedKeyValue child elements.