Interface OCTJWKBuilder<A extends OCTJWK,B extends OCTJWKBuilder<A,B>>

Type Parameters:
A - the Octet JWK type
B - the Octet JWK builder type
All Superinterfaces:
JWKBuilder<A,B>

public interface OCTJWKBuilder<A extends OCTJWK,B extends OCTJWKBuilder<A,B>> extends JWKBuilder<A,B>

An Octet JSON Web Key builder.

Since:
1.5
Author:
Jeremy Kuhn
  • Method Details

    • keyValue

      B keyValue(String k)

      Specifies the key value encoded as Base64URL.

      Parameters:
      k - the Base64URL encoded key value with no padding
      Returns:
      this builder