Uses of Class
com.nimbusds.jose.jwk.ECKey.Builder
Packages that use ECKey.Builder
-
Uses of ECKey.Builder in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return ECKey.BuilderModifier and TypeMethodDescriptionSets the intended JOSE algorithm (alg) for the JWK.Sets the private 'd' coordinate for the elliptic curve point.ECKey.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.ECKey.Builder.keyIDFromThumbprint()Sets the ID (kid) of the JWK to its SHA-256 JWK thumbprint (RFC 7638).ECKey.Builder.keyIDFromThumbprint(String hashAlg) Sets the ID (kid) of the JWK to its JWK thumbprint (RFC 7638).ECKey.Builder.keyOperations(Set<KeyOperation> ops) Sets the operations (key_ops) of the JWK.ECKey.Builder.keyRevocation(KeyRevocation revocation) Sets the revocation (revoked) of the JWK.Sets the underlying key store.Sets the use (use) of the JWK.ECKey.Builder.notBeforeTime(Date nbf) Sets the not-before time (nbf) of the JWK.ECKey.Builder.privateKey(ECPrivateKey priv) Sets the private Elliptic Curve key.ECKey.Builder.privateKey(PrivateKey priv) Sets the private EC key, typically for a key located in a PKCS#11 store that doesn't expose the private key parameters (such as a smart card or HSM).ECKey.Builder.x509CertChain(List<Base64> x5c) Sets the X.509 certificate chain (x5c) of the JWK.ECKey.Builder.x509CertSHA256Thumbprint(Base64URL x5t256) Sets the X.509 certificate SHA-256 thumbprint (x5t#S256) of the JWK.ECKey.Builder.x509CertThumbprint(Base64URL x5t) Deprecated.ECKey.Builder.x509CertURL(URI x5u) Sets the X.509 certificate URL (x5u) of the JWK.