JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
dev.dsf.bpe.v2.client.oidc
Jwks
JwksKey
Contents
Description
Method Summary
Method Details
getKid()
getKty()
getAlg()
getCrv()
getUse()
getN()
getE()
getX()
getY()
Hide sidebar
Show sidebar
Interface Jwks.JwksKey
Enclosing interface:
Jwks
public static interface
Jwks.JwksKey
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getAlg
()
String
getCrv
()
String
getE
()
String
getKid
()
String
getKty
()
String
getN
()
String
getUse
()
String
getX
()
String
getY
()
Method Details
getKid
String
getKid
()
getKty
String
getKty
()
getAlg
String
getAlg
()
getCrv
String
getCrv
()
getUse
String
getUse
()
getN
String
getN
()
getE
String
getE
()
getX
String
getX
()
getY
String
getY
()