Uses of Class
com.nimbusds.jose.jwk.ECKey
Packages that use ECKey
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 ECKey in com.nimbusds.jose.crypto
Constructors in com.nimbusds.jose.crypto with parameters of type ECKeyModifierConstructorDescriptionECDHDecrypter
(ECKey ecJWK) Creates a new Elliptic Curve Diffie-Hellman decrypter.ECDHEncrypter
(ECKey ecJWK) Creates a new Elliptic Curve Diffie-Hellman encrypter.ECDSASigner
(ECKey ecJWK) Creates a new Elliptic Curve Digital Signature Algorithm (ECDSA) signer.ECDSASigner
(ECKey ecJWK, Set<JWSSignerOption> opts) Creates a new Elliptic Curve Digital Signature Algorithm (ECDSA) signer.ECDSAVerifier
(ECKey ecJWK) Creates a new Elliptic Curve Digital Signature Algorithm (ECDSA) verifier. -
Uses of ECKey in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return ECKeyModifier and TypeMethodDescriptionECKey.Builder.build()
Builds a new Elliptic Curve JWK.static ECKey
Loads a public / private Elliptic Curve JWK from the specified JCA key store.static ECKey
Parses a public / private Elliptic Curve JWK from the specified JSON object string representation.static ECKey
ECKey.parse
(X509Certificate cert) Parses a public Elliptic Curve JWK from the specified X.509 certificate.static ECKey
Parses a public / private Elliptic Curve JWK from the specified JSON object representation.JWK.toECKey()
Casts this JWK to an EC JWK.ECKey.toPublicJWK()
Returns a copy of this Elliptic Curve JWK with any private values removed.Constructors in com.nimbusds.jose.jwk with parameters of type ECKey -
Uses of ECKey in com.nimbusds.jose.jwk.gen
Methods in com.nimbusds.jose.jwk.gen that return ECKey