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