@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface JsonWebKey extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
String |
getAlg() |
Date |
getCreated() |
String |
getE() |
Date |
getExpiresAt() |
List<String> |
getKeyOps() |
String |
getKid() |
String |
getKty() |
Date |
getLastUpdated() |
Map<String,Object> |
getLinks() |
String |
getN() |
String |
getStatus() |
String |
getUse() |
List<String> |
getX5c() |
String |
getX5t() |
String |
getX5tS256() |
String |
getX5u() |
JsonWebKey |
setAlg(String alg) |
JsonWebKey |
setCreated(Date created) |
JsonWebKey |
setE(String e) |
JsonWebKey |
setExpiresAt(Date expiresAt) |
JsonWebKey |
setKeyOps(List<String> keyOps) |
JsonWebKey |
setKid(String kid) |
JsonWebKey |
setKty(String kty) |
JsonWebKey |
setLastUpdated(Date lastUpdated) |
JsonWebKey |
setN(String n) |
JsonWebKey |
setStatus(String status) |
JsonWebKey |
setUse(String use) |
JsonWebKey |
setX5c(List<String> x5c) |
JsonWebKey |
setX5t(String x5t) |
JsonWebKey |
setX5tS256(String x5tS256) |
JsonWebKey |
setX5u(String x5u) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
String getAlg()
JsonWebKey setAlg(String alg)
Date getCreated()
JsonWebKey setCreated(Date created)
String getE()
JsonWebKey setE(String e)
Date getExpiresAt()
JsonWebKey setExpiresAt(Date expiresAt)
JsonWebKey setKeyOps(List<String> keyOps)
String getKid()
JsonWebKey setKid(String kid)
String getKty()
JsonWebKey setKty(String kty)
Date getLastUpdated()
JsonWebKey setLastUpdated(Date lastUpdated)
String getN()
JsonWebKey setN(String n)
String getStatus()
JsonWebKey setStatus(String status)
String getUse()
JsonWebKey setUse(String use)
JsonWebKey setX5c(List<String> x5c)
String getX5t()
JsonWebKey setX5t(String x5t)
String getX5tS256()
JsonWebKey setX5tS256(String x5tS256)
String getX5u()
JsonWebKey setX5u(String x5u)
Copyright © 2017–2023 Okta. All rights reserved.