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

    • keyUseType

      @Nullable private UsageType keyUseType
      Key usage type.
    • keyInfo

      @Nullable private KeyInfo keyInfo
      Key information.
    • encryptionMethods

      @Nonnull private final XMLObjectChildrenList<EncryptionMethod> encryptionMethods
      Encryption methods supported by the entity.
  • Constructor Details

    • KeyDescriptorImpl

      protected KeyDescriptorImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable 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

      @Nullable 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(@Nullable UsageType newType)
      Sets the use of this key.
      Specified by:
      setUse in interface KeyDescriptor
      Parameters:
      newType - the use of this key
    • getKeyInfo

      @Nullable 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(@Nullable 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

      @Nonnull @Live 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

      @Nullable @NotLive @Unmodifiable 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