Uses of Package
com.nimbusds.jose

Packages that use com.nimbusds.jose
com.nimbusds.jose Javascript Object Signing and Encryption (JOSE) classes. 
com.nimbusds.jose.crypto Implementations of selected Javascript Object Signing and Encryption (JOSE) algorithms. 
com.nimbusds.jwt JSON Web Token (JWT) classes. 
 

Classes in com.nimbusds.jose used by com.nimbusds.jose
Algorithm
          The base class for algorithm names, with optional implementation requirement.
CommonSEHeader
          Common class for JWS and JWE headers.
CompressionAlgorithm
          Compression algorithm name, represents the zip header parameter in JSON Web Encryption (JWE) objects.
ECKey
          Public Elliptic Curve JSON Web Key (JWK).
ECKey.Curve
          Cryptographic curve.
EncryptionMethod
          Encryption method name, represents the enc header parameter in JSON Web Encryption (JWE) objects.
Header
          The base abstract class for plaintext, JSON Web Signature (JWS) and JSON Web Encryption (JWE) headers.
HeaderFilter
          Javascript Object Signing and Encryption (JOSE) header filter.
JOSEException
          Javascript Object Signing and Encryption (JOSE) exception.
JOSEObject
          The base abstract class for plaintext, JSON Web Signature (JWS) - secured and JSON Web Encryption (JWE) - secured objects.
JOSEObjectType
          JOSE object type, represents the typ header parameter in plain, JSON Web Signature (JWS) and JSON Web Encryption (JWE) objects.
JWEAlgorithm
          JSON Web Encryption (JWE) algorithm name, represents the alg header parameter in JWE objects.
JWEAlgorithmProvider
          Common interface for JSON Web Encryption (JWE) encrypters and decrypters.
JWECryptoParts
          The cryptographic parts of a JSON Web Encryption (JWE) object.
JWEDecrypter
          Interface for decrypting JSON Web Encryption (JWE) objects.
JWEEncrypter
          Interface for encrypting JSON Web Encryption (JWE) objects.
JWEHeader
          JSON Web Encryption (JWE) header.
JWEHeaderFilter
          JSON Web Encryption (JWE) header filter.
JWEObject
          JSON Web Encryption (JWE) object.
JWEObject.State
          Enumeration of the states of a JSON Web Encryption (JWE) object.
JWK
          The base abstract class for public JSON Web Keys (JWKs).
JWKSet
          JSON Web Key (JWK) set.
JWSAlgorithm
          JSON Web Signature (JWS) algorithm name, represents the alg header parameter in JWS objects.
JWSAlgorithmProvider
          Common interface for JSON Web Signature (JWS) signers and verifiers.
JWSHeader
          JSON Web Signature (JWS) header.
JWSHeaderFilter
          JSON Web Signature (JWS) header filter.
JWSObject
          JSON Web Signature (JWS) object.
JWSObject.State
          Enumeration of the states of a JSON Web Signature (JWS) object.
JWSSigner
          Interface for signing JSON Web Signature (JWS) objects.
JWSVerifier
          Interface for verifying JSON Web Signature (JWS) objects.
KeyType
          Key type.
Payload
          Payload with JSON object, string, byte array and Base64URL views.
Payload.Origin
          Enumeration of the original data types used to create a Payload.
PlainHeader
          Plaintext JOSE header.
PlainObject
          Plaintext (unsecured) JOSE object.
ReadOnlyCommonSEHeader
          Read-only view of common JWS/JWE header parameters.
ReadOnlyHeader
          Read-only view of a header.
ReadOnlyJWEHeader
          Read-only view of a JWE header.
ReadOnlyJWSHeader
          Read-only view of a JWS header.
ReadOnlyPlainHeader
          Read-only view of a plaintext JOSE header.
Requirement
          Enumeration of JOSE algorithm implementation requirements.
RSAKey
          Public RSA JSON Web Key (JWK).
Use
          Enumeration of JSON Web Key (JWK) uses.
 

Classes in com.nimbusds.jose used by com.nimbusds.jose.crypto
JOSEException
          Javascript Object Signing and Encryption (JOSE) exception.
JWSAlgorithmProvider
          Common interface for JSON Web Signature (JWS) signers and verifiers.
JWSHeaderFilter
          JSON Web Signature (JWS) header filter.
JWSSigner
          Interface for signing JSON Web Signature (JWS) objects.
JWSVerifier
          Interface for verifying JSON Web Signature (JWS) objects.
ReadOnlyJWSHeader
          Read-only view of a JWS header.
 

Classes in com.nimbusds.jose used by com.nimbusds.jwt
JOSEObject
          The base abstract class for plaintext, JSON Web Signature (JWS) - secured and JSON Web Encryption (JWE) - secured objects.
JWEHeader
          JSON Web Encryption (JWE) header.
JWEObject
          JSON Web Encryption (JWE) object.
JWSHeader
          JSON Web Signature (JWS) header.
JWSObject
          JSON Web Signature (JWS) object.
PlainHeader
          Plaintext JOSE header.
PlainObject
          Plaintext (unsecured) JOSE object.
ReadOnlyHeader
          Read-only view of a header.
 



Copyright © 2013 NimbusDS. All Rights Reserved.