NAME
Mojo::SAML::Document::KeyDescriptor
DESCRIPTION
Represents an KeyDescriptor SAML metadata tag
ATTRIBUTES
Mojo::SAML::Document::KeyDescriptor inherits all attributes from Mojo::SAML::Document and implements the following new ones.
key_info
Required. An instance of Mojo::SAML::Document::KeyInfo containing information about the relevant key.
template
A template specific to the document type.
use
A string indicating if this key is used for signing or encryption. This field should be optional, and when omitted it should indicate that the key is used for both uses. In practice, the author has seen services that require that if a key is used for both purposes, it should be specified twice, once for each use.