Class JwkMetadataProperties

java.lang.Object
se.swedenconnect.security.credential.nimbus.JwkMetadataProperties

public class JwkMetadataProperties extends Object
Symbolic constants for storing JWK properties in a PkiCredential.Metadata object.
Author:
Martin Lindström
  • Field Details

    • KEY_USE_PROPERTY

      public static final String KEY_USE_PROPERTY
      Property name for the key use metadata property. Maps to JWK's use property. Should hold a String or a KeyUse.
      See Also:
    • KEY_OPS_PROPERTY

      public static final String KEY_OPS_PROPERTY
      Property name for the key operations metadata property. Maps to JWK's ops property. Should hold a Set of Strings or KeyOperations, or a comma-separated string.
      See Also:
    • JOSE_ALGORITHM_PROPERTY

      public static final String JOSE_ALGORITHM_PROPERTY
      Property name for the JOSE algorithm alg metadata property. Maps to JWK's alg property. Should hold a Algorithm or a string.
      See Also: