Interface TokenCanceller

  • All Known Implementing Classes:
    SCTCanceller

    public interface TokenCanceller
    An interface that can cancel a security token.
    • Method Detail

      • setVerifyProofOfPossession

        void setVerifyProofOfPossession​(boolean verifyProofOfPossession)
        boolean for enabling/disabling verification of proof of possession.
      • canHandleToken

        boolean canHandleToken​(ReceivedToken cancelTarget)
        Return true if this TokenCanceller implementation is able to cancel a token that corresponds to the given token.