Uses of Class
com.nimbusds.jose.jwk.OctetSequenceKey
Packages that use OctetSequenceKey
Package
Description
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
JSON Web Key (JWK) classes.
JSON Web Key (JWK) generation utilities.
-
Uses of OctetSequenceKey in com.nimbusds.jose.crypto
Constructors in com.nimbusds.jose.crypto with parameters of type OctetSequenceKeyModifierConstructorDescriptionAESDecrypter(OctetSequenceKey octJWK) Creates a new AES decrypter.AESEncrypter(OctetSequenceKey octJWK) Creates a new AES encrypter.DirectDecrypter(OctetSequenceKey octJWK) Creates a new direct decrypter.DirectEncrypter(OctetSequenceKey octJWK) Creates a new direct encrypter.Creates a new Message Authentication (MAC) signer.Creates a new Message Authentication (MAC) verifier.MACVerifier(OctetSequenceKey jwk, Set<String> defCritHeaders) Creates a new Message Authentication (MAC) verifier. -
Uses of OctetSequenceKey in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return OctetSequenceKeyModifier and TypeMethodDescriptionOctetSequenceKey.Builder.build()Builds a new octet sequence JWK.static OctetSequenceKeyLoads an octet sequence JWK from the specified JCA key store.static OctetSequenceKeyParses an octet sequence JWK from the specified JSON object string representation.static OctetSequenceKeyParses an octet sequence JWK from the specified JSON object representation.JWK.toOctetSequenceKey()Casts this JWK to an octet sequence JWK.OctetSequenceKey.toPublicJWK()Octet sequence (symmetric) keys are never considered public, this method always returnsnull.OctetSequenceKey.toRevokedJWK(KeyRevocation keyRevocation) Constructors in com.nimbusds.jose.jwk with parameters of type OctetSequenceKeyModifierConstructorDescriptionBuilder(OctetSequenceKey octJWK) Creates a new octet sequence JWK builder. -
Uses of OctetSequenceKey in com.nimbusds.jose.jwk.gen
Methods in com.nimbusds.jose.jwk.gen that return OctetSequenceKey