Package org.forgerock.json.jose.jwk
Class OctJWK.Builder
- Enclosing class:
- OctJWK
The Octet JWK builder.
-
Field Summary
Fields inherited from class org.forgerock.json.jose.jwk.JWK.Builder
algorithm, keyId, keyOperations, keyType, use, x509Chain, x509Thumbnail, x509url
-
Method Summary
Methods inherited from class org.forgerock.json.jose.jwk.JWK.Builder
algorithm, algorithm, keyId, keyOperations, keyUse, withX509Thumbprint, withX509ThumbprintS256, x509Chain, x509Thumbnail, x509Thumbprint, x509ThumbprintS256, x509Url
-
Method Details
-
build
Build the Octet JWK.- Specified by:
build
in classJWK.Builder<OctJWK.Builder>
- Returns:
- a Octet JWK
-