MCPcopy Create free account
hub / github.com/jwtk/jjwt / toInputStream

Method toInputStream

impl/src/main/java/io/jsonwebtoken/impl/Payload.java:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 InputStream toInputStream() {
148 // should only ever call this when claims don't exist:
149 Assert.state(!isClaims(), "Claims exist, cannot convert to InputStream directly.");
150 return this.inputStream;
151 }
152}

Callers 3

decompressMethod · 0.95
parseMethod · 0.95
verifySignatureMethod · 0.45

Calls 2

stateMethod · 0.95
isClaimsMethod · 0.95

Tested by

no test coverage detected