Package com.inrupt.client.core
Class DefaultDpopService
java.lang.Object
com.inrupt.client.core.DefaultDpopService
- All Implemented Interfaces:
DpopService
An implementation of OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP).
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionofKeyPairs
(Map<String, KeyPair> keypairs) Create a DPoP manager with a collection of keypairs.
-
Constructor Details
-
DefaultDpopService
public DefaultDpopService()
-
-
Method Details
-
ofKeyPairs
Description copied from interface:DpopService
Create a DPoP manager with a collection of keypairs.- Specified by:
ofKeyPairs
in interfaceDpopService
- Parameters:
keypairs
- the keypairs- Returns:
- the DPoP manager
-