Uses of Interface
org.opensaml.xmlsec.signature.KeyName
Packages that use KeyName
Package
Description
Classes for encrypting and decrypting SAML.
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 KeyName in org.opensaml.saml.saml2.encryption
Fields in org.opensaml.saml.saml2.encryption with type parameters of type KeyNameModifier and TypeFieldDescriptionprivate XMLSignatureBuilder<KeyName>Encrypter.keyNameBuilderBuilder for KeyName objects. -
Uses of KeyName in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type KeyName -
Uses of KeyName in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement KeyNameMethods in org.opensaml.xmlsec.signature.impl that return KeyNameModifier and TypeMethodDescriptionKeyNameBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.KeyNameBuilder.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 KeyNameModifier and TypeMethodDescriptionKeyInfoImpl.getKeyNames()Get the list of KeyName child elements.