Interface SecretJWK

  • All Known Implementing Classes:
    OctetSequenceKey

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

      • toSecretKey

        SecretKey toSecretKey()
        Returns a Java secret key representation of the JWK.
        Returns:
        The Java secret key.