Uses of Class
com.nimbusds.jose.jwk.gen.JWKGenerator
Packages that use JWKGenerator
-
Uses of JWKGenerator in com.nimbusds.jose.jwk.gen
Subclasses of JWKGenerator in com.nimbusds.jose.jwk.genModifier and TypeClassDescriptionclassElliptic Curve (EC) JSON Web Key (JWK) generator.classOctet Key Pair (OKP) JSON Web Key (JWK) generator.classOctet sequence JSON Web Key (JWK) generator.classRSA JSON Web Key (JWK) generator.Methods in com.nimbusds.jose.jwk.gen that return JWKGeneratorModifier and TypeMethodDescriptionSets the intended JOSE algorithm (alg) for the JWK.JWKGenerator.expirationTime(Date exp) Sets the expiration time (exp) of the JWK.Sets the issued-at time (iat) of the JWK.Sets the ID (kid) of the JWK.JWKGenerator.keyIDFromThumbprint(boolean tprKid) Sets the ID (kid) of the JWK to its SHA-256 JWK thumbprint (RFC 7638).JWKGenerator.keyOperations(Set<KeyOperation> ops) Sets the operations (key_ops) of the JWK.Sets the underlying key store.Sets the use (use) of the JWK.JWKGenerator.notBeforeTime(Date nbf) Sets the not-before time (nbf) of the JWK.Sets the JCA provider for the key generation.JWKGenerator.secureRandom(SecureRandom secureRandom) Sets the secure random generator to use.