public interface SecretJwk extends Jwk<SecretKey>
SecretKey
as defined by the JWA (RFC 7518) specification section on
Parameters for Symmetric Keys.
Note that the SecretKey
-specific properties are not available as separate dedicated getter methods, as
most Java applications should rarely, if ever, need to access these individual key properties since they typically
internal key material and/or serialization details. If you need to access these key properties, it is usually
recommended to obtain the corresponding SecretKey
instance returned by Jwk.toKey()
and
query that instead.
getAlgorithm, getOperations, getType, thumbprint, thumbprint, toKey
getId
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.