Interface DpopService


public interface DpopService
A DPoP management abstraction.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a DPoP manager with a collection of keypairs.
  • Method Details

    • ofKeyPairs

      DPoP ofKeyPairs(Map<String,KeyPair> keypairs)
      Create a DPoP manager with a collection of keypairs.
      Parameters:
      keypairs - the keypairs
      Returns:
      the DPoP manager