Interface JWEProvider

    • Method Detail

      • supportedJWEAlgorithms

        Set<JWEAlgorithmsupportedJWEAlgorithms()
        Returns the names of the supported algorithms by the JWE provider instance. These correspond to the alg JWE header parameter.
        Returns:
        The supported JWE algorithms, empty set if none.
      • supportedEncryptionMethods

        Set<EncryptionMethodsupportedEncryptionMethods()
        Returns the names of the supported encryption methods by the JWE provier. These correspond to the enc JWE header parameter.
        Returns:
        The supported encryption methods, empty set if none.