com.nimbusds.jose
Interface ReadOnlyPlainHeader

All Superinterfaces:
ReadOnlyHeader
All Known Implementing Classes:
PlainHeader

public interface ReadOnlyPlainHeader
extends ReadOnlyHeader

Read-only view of a plaintext JOSE header.

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

Method Summary
 Algorithm getAlgorithm()
          Gets the algorithm (alg) parameter.
 
Methods inherited from interface com.nimbusds.jose.ReadOnlyHeader
getContentType, getCustomParameter, getCustomParameters, getIncludedParameters, getType, toBase64URL, toJSONObject
 

Method Detail

getAlgorithm

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

Specified by:
getAlgorithm in interface ReadOnlyHeader
Returns:
Algorithm.NONE.


Copyright © 2013 NimbusDS. All Rights Reserved.