public class JWSBuilder extends AbstractJWSBuilder<JWS,JWSBuilder>
Constructor and Description |
---|
JWSBuilder()
Instantiates a new JWS builder.
|
JWSBuilder(Class<T> tokenType)
Instantiates a new JWS builder.
|
build, build, build, hmac256, hmac384, hmac512, keys, keys, kid, rsa256, rsa384, rsa512
audience, build, claim, claim, contentType, expiration, getClaimsBuilder, getHeadersBuilder, getTokenType, header, header, header, header, id, issuedAt, issuer, notBefore, subject, type
public JWSBuilder(Class<T> tokenType)
T
- the generic typetokenType
- the token typepublic JWSBuilder()
Copyright © 2014. All rights reserved.