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

Packages that use OctetSequenceKey
com.nimbusds.jose.jwk JSON Web Key (JWK) classes. 
 

Uses of OctetSequenceKey in com.nimbusds.jose.jwk
 

Methods in com.nimbusds.jose.jwk that return OctetSequenceKey
static OctetSequenceKey OctetSequenceKey.parse(net.minidev.json.JSONObject jsonObject)
          Parses an octet sequence JWK from the specified JSON object representation.
static OctetSequenceKey OctetSequenceKey.parse(String s)
          Parses an octet sequence JWK from the specified JSON object string representation.
 OctetSequenceKey OctetSequenceKey.toPublicJWK()
          Octet sequence (symmetric) keys are never considered public, this method always returns null.
 



Copyright © 2013 NimbusDS. All Rights Reserved.