public class JWSHeader extends Object implements Serializable
| Constructor and Description |
|---|
JWSHeader() |
JWSHeader(Algorithm algorithm,
String type,
String contentType) |
JWSHeader(Algorithm algorithm,
String type,
String contentType,
String keyId) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
getAlgorithm() |
String |
getContentType() |
String |
getKeyId() |
javax.ws.rs.core.MediaType |
getMediaType() |
String |
getType() |
String |
toString() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.