Package com.inrupt.client.spi
Interface DpopService
public interface DpopService
A DPoP management abstraction.
-
Method Summary
Modifier and TypeMethodDescriptionofKeyPairs
(Map<String, KeyPair> keypairs) Create a DPoP manager with a collection of keypairs.
-
Method Details
-
ofKeyPairs
Create a DPoP manager with a collection of keypairs.- Parameters:
keypairs
- the keypairs- Returns:
- the DPoP manager
-