Uses of Class
com.nimbusds.jose.JOSEObjectType

Packages that use JOSEObjectType
com.nimbusds.jose Javascript Object Signing and Encryption (JOSE) classes. 
 

Uses of JOSEObjectType in com.nimbusds.jose
 

Fields in com.nimbusds.jose declared as JOSEObjectType
static JOSEObjectType JOSEObjectType.JWE
          JWE object type.
static JOSEObjectType JOSEObjectType.JWS
          JWS object type.
 

Methods in com.nimbusds.jose that return JOSEObjectType
 JOSEObjectType ReadOnlyHeader.getType()
          Gets the type (typ) parameter.
 JOSEObjectType Header.getType()
           
 

Methods in com.nimbusds.jose with parameters of type JOSEObjectType
 void Header.setType(JOSEObjectType typ)
          Sets the type (typ) parameter.
 



Copyright © 2013 NimbusDS. All Rights Reserved.