Class DpopIdentity
java.lang.Object
software.amazon.awssdk.services.signin.internal.DpopIdentity
- All Implemented Interfaces:
Identity
An identity representing the public and private keys required to sign a request using DPoP.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DpopIdentitystatic DpopIdentitycreate(ECPublicKey publicKey, ECPrivateKey privateKey) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.identity.spi.Identity
expirationTime, providerName
-
Method Details
-
create
-
create
-
getPublicKey
-
getPrivateKey
-