Module: Saml::Elements::KeyDescriptor::UseTypes

Defined in:
lib/saml/elements/key_descriptor.rb

Constant Summary collapse

SIGNING =
"signing"
ENCRYPTION =
"encryption"
ALL =
[SIGNING, ENCRYPTION, nil]