Interface SecurityTokenProvider<T>


public interface SecurityTokenProvider<T>
A SecurityTokenProvider is a object which provides a Token for cryptographic operations
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the represented SecurityToken of this object
  • Method Details