Uses of Class
com.nimbusds.jose.ECKey

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

Uses of ECKey in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return ECKey
 ECKey JWEHeader.getEphemeralPublicKey()
           
 ECKey ReadOnlyJWEHeader.getEphemeralPublicKey()
          Gets the Ephemeral Public Key (epk) parameter.
static ECKey ECKey.parse(net.minidev.json.JSONObject jsonObject)
          Parses an Elliptic Curve JWK from the specified JSON object representation.
 

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



Copyright © 2013 NimbusDS. All Rights Reserved.