Uses of Class
com.nimbusds.jose.jwk.OctetSequenceKey.Builder
Packages that use OctetSequenceKey.Builder
-
Uses of OctetSequenceKey.Builder in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return OctetSequenceKey.BuilderModifier and TypeMethodDescriptionSets the intended JOSE algorithm (alg) for the JWK.OctetSequenceKey.Builder.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.OctetSequenceKey.Builder.keyIDFromThumbprint()Sets the ID (kid) of the JWK to its SHA-256 JWK thumbprint (RFC 7638).OctetSequenceKey.Builder.keyIDFromThumbprint(String hashAlg) Sets the ID (kid) of the JWK to its JWK thumbprint (RFC 7638).OctetSequenceKey.Builder.keyOperations(Set<KeyOperation> ops) Sets the operations (key_ops) of the JWK (for a non-public key).Sets the underlying key store.Sets the use (use) of the JWK.OctetSequenceKey.Builder.notBeforeTime(Date nbf) Sets the not-before time (nbf) of the JWK.OctetSequenceKey.Builder.x509CertChain(List<Base64> x5c) Sets the X.509 certificate chain (x5c) of the JWK.OctetSequenceKey.Builder.x509CertSHA256Thumbprint(Base64URL x5t256) Sets the X.509 certificate SHA-256 thumbprint (x5t#S256) of the JWK.OctetSequenceKey.Builder.x509CertThumbprint(Base64URL x5t) Deprecated.OctetSequenceKey.Builder.x509CertURL(URI x5u) Sets the X.509 certificate URL (x5u) of the JWK.