Samlo.Metadata.KeyDescriptor (samlo v0.1.0)
The KeyDescriptor structure
Link to this section Summary
Link to this section Types
Link to this type
child()
Specs
child() :: Samlo.Metadata.Certificate.t()
Specs
t() :: %Samlo.Metadata.KeyDescriptor{
cert: Samlo.Metadata.Certificate.t(),
use: use_attr()
}
Link to this type
use_attr()
Specs
use_attr() :: :sign | :encrypt
Link to this section Functions
Link to this function
create(data, use_attr \\ :sign)
Link to this function
decode_use_attr(use_attr)
Specs
Link to this function