Package com.nimbusds.jose.jwk
Interface SecretJWK
-
- All Known Implementing Classes:
OctetSequenceKey
public interface SecretJWKSecret (symmetric) JSON Web Key (JWK).- Version:
- 2015-12-08
- Author:
- Vladimir Dzhuvinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.crypto.SecretKeytoSecretKey()Returns a Java secret key representation of the JWK.
-