public static final class EcJWK.Builder extends JWK.Builder<EcJWK.Builder>
algorithm, keyId, keyOperations, keyType, use, x509Chain, x509Thumbnail, x509url
Modifier and Type | Method and Description |
---|---|
EcJWK |
build()
Build the EC JWK.
|
EcJWK.Builder |
d(String d)
Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
|
EcJWK.Builder |
privateKey(ECPrivateKey privateKey)
Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
|
algorithm, algorithm, keyId, keyOperations, keyUse, x509Chain, x509Thumbnail, x509Url
public EcJWK.Builder privateKey(ECPrivateKey privateKey)
privateKey
- The private key for the JWKpublic EcJWK.Builder d(String d)
d
- The unsigned big-endian base64 url encoding of the d value for the elliptical curve private keypublic EcJWK build()
build
in class JWK.Builder<EcJWK.Builder>
Copyright © 2010-2018, ForgeRock All Rights Reserved.