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 Type
    Method
    Description
    Gets the key identifier ("kid" value that will be added to the DPoP proof header).
    Gets the key pair used for signing DPoP proofs.
  • Method Details

    • getKeyPair

      KeyPair getKeyPair()
      Gets the key pair used for signing DPoP proofs.
    • getKeyId

      String getKeyId()
      Gets the key identifier ("kid" value that will be added to the DPoP proof header).