Package iu.crypt

Class Jwk

All Implemented Interfaces:
WebCertificateReference, WebKey, WebKeyReference

public class Jwk extends JsonKeyReference<Jwk> implements WebKey
JSON Web Key (JWK) implementation.
  • Constructor Details

    • Jwk

      public Jwk(JsonObject jwk)
      Constructor.
      Parameters:
      jwk - parsed JWK parameters
  • Method Details