public class DefaultJwe<P> extends DefaultJwt<H,P> implements Jwe<P>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
digest |
UNSECURED_CLAIMS, UNSECURED_CONTENT| Constructor and Description |
|---|
DefaultJwe(JweHeader header,
P payload,
byte[] iv,
byte[] aadTag) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(JwtVisitor<T> v) |
boolean |
equals(Object obj) |
byte[] |
getDigest() |
byte[] |
getInitializationVector() |
int |
hashCode() |
protected StringBuilder |
toStringBuilder() |
getBody, getHeader, getPayload, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBody, getHeader, getPayloadgetDigestpublic byte[] getInitializationVector()
getInitializationVector in interface Jwe<P>protected StringBuilder toStringBuilder()
public boolean equals(Object obj)
public int hashCode()
public <T> T accept(JwtVisitor<T> v)
public byte[] getDigest()
getDigest in interface DigestSupplierCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.