Interface IServiceContext


public interface IServiceContext
Interface for managing service context related to certificates. This interface provides methods to retrieve and add certificates.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addCertificate(Certificate certificate)
    Adds a certificate to the service context.
    Retrieves the list of certificates associated with the service context.
  • Method Details

    • getCertificates

      List<Certificate> getCertificates()
      Retrieves the list of certificates associated with the service context.
      Returns:
      a list of Certificate objects
    • addCertificate

      void addCertificate (Certificate certificate)
      Adds a certificate to the service context.
      Parameters:
      certificate - the certificate to be added