Package com.nimbusds.jose.jwk
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 TypeMethodDescriptionReturns 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.
-