Class DefaultDpopService

java.lang.Object
com.inrupt.client.core.DefaultDpopService
All Implemented Interfaces:
DpopService

public class DefaultDpopService extends Object implements DpopService
An implementation of OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP).
See Also:
  • Constructor Details

    • DefaultDpopService

      public DefaultDpopService()
  • Method Details

    • ofKeyPairs

      public DPoP ofKeyPairs(Map<String,KeyPair> keypairs)
      Description copied from interface: DpopService
      Create a DPoP manager with a collection of keypairs.
      Specified by:
      ofKeyPairs in interface DpopService
      Parameters:
      keypairs - the keypairs
      Returns:
      the DPoP manager