com.nimbusds.jose
Interface ReadOnlyJWSHeader

All Superinterfaces:
ReadOnlyCommonSEHeader, ReadOnlyHeader
All Known Implementing Classes:
JWSHeader

public interface ReadOnlyJWSHeader
extends ReadOnlyCommonSEHeader

Read-only view of a JWS header.

Version:
$version$ (2012-09-28)
Author:
Vladimir Dzhuvinov

Method Summary
 JWSAlgorithm getAlgorithm()
          Gets the algorithm (alg) parameter.
 
Methods inherited from interface com.nimbusds.jose.ReadOnlyCommonSEHeader
getJWK, getJWKURL, getKeyID, getX509CertChain, getX509CertThumbprint, getX509CertURL
 
Methods inherited from interface com.nimbusds.jose.ReadOnlyHeader
getContentType, getCriticalHeaders, getCustomParameter, getCustomParameters, getIncludedParameters, getType, toBase64URL, toJSONObject, toString
 

Method Detail

getAlgorithm

JWSAlgorithm getAlgorithm()
Gets the algorithm (alg) parameter.

Specified by:
getAlgorithm in interface ReadOnlyHeader
Returns:
The algorithm parameter.


Copyright © 2013 NimbusDS. All Rights Reserved.