Interface SecretJWK

All Known Implementing Classes:
OctetSequenceKey

public interface SecretJWK
Secret (symmetric) JSON Web Key (JWK).
Version:
2015-12-08
Author:
Vladimir Dzhuvinov
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a Java secret key representation of the JWK.
  • Method Details

    • toSecretKey

      Returns a Java secret key representation of the JWK.
      Returns:
      The Java secret key.