Class KeyDescriptorImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
All Implemented Interfaces:
XMLObject, SAMLObject, KeyDescriptor

public class KeyDescriptorImpl extends AbstractXMLObject implements KeyDescriptor
Concrete implementation of KeyDescriptor.
  • Field Details

  • Constructor Details

    • KeyDescriptorImpl

      protected KeyDescriptorImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getUse

      public UsageType getUse()
      Gets the use of this key.
      Specified by:
      getUse in interface KeyDescriptor
      Returns:
      the use of this key
    • setUse

      public void setUse(UsageType newType)
      Sets the use of this key.
      Specified by:
      setUse in interface KeyDescriptor
      Parameters:
      newType - the use of this key
    • getKeyInfo

      public KeyInfo getKeyInfo()
      Gets information about the key, including the key itself.
      Specified by:
      getKeyInfo in interface KeyDescriptor
      Returns:
      information about the key, including the key itself
    • setKeyInfo

      public void setKeyInfo(KeyInfo newKeyInfo)
      Sets information about the key, including the key itself.
      Specified by:
      setKeyInfo in interface KeyDescriptor
      Parameters:
      newKeyInfo - information about the key, including the key itself
    • getEncryptionMethods

      public List<EncryptionMethod> getEncryptionMethods()
      Gets the encryption methods that are supported by the entity.
      Specified by:
      getEncryptionMethods in interface KeyDescriptor
      Returns:
      the encryption methods that are supported by the entity
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements