Uses of Class
com.nimbusds.jose.jwk.ECKey

Packages that use ECKey
com.nimbusds.jose Javascript Object Signing and Encryption (JOSE) classes. 
com.nimbusds.jose.jwk JSON Web Key (JWK) classes. 
 

Uses of ECKey in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return ECKey
 ECKey ReadOnlyJWEHeader.getEphemeralPublicKey()
          Gets the Ephemeral Public Key (epk) parameter.
 ECKey JWEHeader.getEphemeralPublicKey()
           
 

Methods in com.nimbusds.jose with parameters of type ECKey
 void JWEHeader.setEphemeralPublicKey(ECKey epk)
          Sets the Ephemeral Public Key (epk) parameter.
 

Uses of ECKey in com.nimbusds.jose.jwk
 

Methods in com.nimbusds.jose.jwk that return ECKey
static ECKey ECKey.parse(net.minidev.json.JSONObject jsonObject)
          Parses a public / private Elliptic Curve JWK from the specified JSON object representation.
static ECKey ECKey.parse(String s)
          Parses a public / private Elliptic Curve JWK from the specified JSON object string representation.
 ECKey ECKey.toPublicJWK()
          Returns a copy of this Elliptic Curve JWK with any private values removed.
 



Copyright © 2013 NimbusDS. All Rights Reserved.