Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jwtk/jjwt
/ isCompressed
Method
isCompressed
impl/src/main/java/io/jsonwebtoken/impl/Payload.java:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
boolean isCompressed() {
98
return
this.zip != null;
99
}
100
101
public
void
setClaimsExpected(boolean claimsExpected) {
102
this.claimsExpected = claimsExpected;
Callers
2
sign
Method · 0.80
toInputStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected