Interface DPoPKey
public interface DPoPKey
Represents a DPoP key containing a key pair and its identifier.
DPoP keys are used to create DPoP proofs.
-
Method Summary
Modifier and TypeMethodDescriptiongetKeyId()Gets the key identifier ("kid" value that will be added to the DPoP proof header).Gets the key pair used for signing DPoP proofs.