JsonWebKey

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

alg
void alg(string alg)
Undocumented in source. Be warned that the author may not have intended to support it.
alg
string alg()
Undocumented in source. Be warned that the author may not have intended to support it.
crv
void crv(string crv)
Undocumented in source. Be warned that the author may not have intended to support it.
crv
string crv()
Undocumented in source. Be warned that the author may not have intended to support it.
d
void d(string d)
Undocumented in source. Be warned that the author may not have intended to support it.
d
string d()
Undocumented in source. Be warned that the author may not have intended to support it.
dp
void dp(string dp)
Undocumented in source. Be warned that the author may not have intended to support it.
dp
string dp()
Undocumented in source. Be warned that the author may not have intended to support it.
dq
void dq(string dq)
Undocumented in source. Be warned that the author may not have intended to support it.
dq
string dq()
Undocumented in source. Be warned that the author may not have intended to support it.
e
void e(string e)
Undocumented in source. Be warned that the author may not have intended to support it.
e
string e()
Undocumented in source. Be warned that the author may not have intended to support it.
ext
void ext(bool ext)
Undocumented in source. Be warned that the author may not have intended to support it.
ext
bool ext()
Undocumented in source. Be warned that the author may not have intended to support it.
k
void k(string k)
Undocumented in source. Be warned that the author may not have intended to support it.
k
string k()
Undocumented in source. Be warned that the author may not have intended to support it.
key_ops
void key_ops(Sequence!(string) key_ops)
Undocumented in source. Be warned that the author may not have intended to support it.
key_ops
auto key_ops()
Undocumented in source. Be warned that the author may not have intended to support it.
kty
void kty(string kty)
Undocumented in source. Be warned that the author may not have intended to support it.
kty
string kty()
Undocumented in source. Be warned that the author may not have intended to support it.
n
void n(string n)
Undocumented in source. Be warned that the author may not have intended to support it.
n
string n()
Undocumented in source. Be warned that the author may not have intended to support it.
oth
void oth(Sequence!(RsaOtherPrimesInfo) oth)
Undocumented in source. Be warned that the author may not have intended to support it.
oth
auto oth()
Undocumented in source. Be warned that the author may not have intended to support it.
p
void p(string p)
Undocumented in source. Be warned that the author may not have intended to support it.
p
string p()
Undocumented in source. Be warned that the author may not have intended to support it.
q
void q(string q)
Undocumented in source. Be warned that the author may not have intended to support it.
q
string q()
Undocumented in source. Be warned that the author may not have intended to support it.
qi
void qi(string qi)
Undocumented in source. Be warned that the author may not have intended to support it.
qi
string qi()
Undocumented in source. Be warned that the author may not have intended to support it.
use
void use(string use)
Undocumented in source. Be warned that the author may not have intended to support it.
use
string use()
Undocumented in source. Be warned that the author may not have intended to support it.
x
void x(string x)
Undocumented in source. Be warned that the author may not have intended to support it.
x
string x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
void y(string y)
Undocumented in source. Be warned that the author may not have intended to support it.
y
string y()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta