Package org.apache.oltu.jose.jws
Class Header
- java.lang.Object
-
- org.apache.oltu.commons.json.CustomizableEntity
-
- org.apache.oltu.jose.jws.Header
-
public final class Header extends CustomizableEntity
Represents the Header as defined in the section 4 of the JWS specification.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()StringgetContentType()String[]getCritical()StringgetJsonWebKey()StringgetJwkSetUrl()StringgetKeyId()StringgetType()StringgetX509CertificateChain()StringgetX509CertificateThumbprint()StringgetX509url()-
Methods inherited from class org.apache.oltu.commons.json.CustomizableEntity
getCustomField, getCustomFields, toString
-
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
-
getJwkSetUrl
public String getJwkSetUrl()
-
getJsonWebKey
public String getJsonWebKey()
-
getX509url
public String getX509url()
-
getX509CertificateThumbprint
public String getX509CertificateThumbprint()
-
getX509CertificateChain
public String getX509CertificateChain()
-
getKeyId
public String getKeyId()
-
getType
public String getType()
-
getContentType
public String getContentType()
-
getCritical
public String[] getCritical()
-
-