Interface SubjectConfirmation


public interface SubjectConfirmation
Interface decribing the methods of SubjectConfirmation.
Interface welches die Methoden von SubjectConfirmation beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the Address. Methode um die Addresse zu erhalten.
    Method to get the InResponseTo. Methode um den Inhalt von InResponseTo zu erhalten.
    Method to get the Method. Methode um die Method zu erhalten.
    Method to get the NotBefore. Methode um das NotBefore zu erhalten.
    Method to get the NotOnOrAfter. Methode um das NotOnOrAfter zu erhalten.
    Method to get the Recipient. Methode um den Recipient zu erhalten.
  • Method Details

    • getAddress

      String getAddress()
      Method to get the Address.
      Methode um die Addresse zu erhalten.
      Returns:
      the Address as String
      die Addresse as String
    • getInResponseTo

      String getInResponseTo()
      Method to get the InResponseTo.
      Methode um den Inhalt von InResponseTo zu erhalten.
      Returns:
      the InResponseTo as String
      den Inhalt von InResponseTo als String
    • getMethod

      String getMethod()
      Method to get the Method.
      Methode um die Method zu erhalten.
      Returns:
      the NMethod as String
      die Method as String
    • getNotBefore

      Calendar getNotBefore()
      Method to get the NotBefore.
      Methode um das NotBefore zu erhalten.
      Returns:
      the NotBefore as Calendar
      das NotBefore als Calendar
    • getNotOnOrAfter

      Calendar getNotOnOrAfter()
      Method to get the NotOnOrAfter.
      Methode um das NotOnOrAfter zu erhalten.
      Returns:
      the NotOnOrAfter as Calendar
      das NotOnOrAfter als Calendar
    • getRecipient

      String getRecipient()
      Method to get the Recipient.
      Methode um den Recipient zu erhalten.
      Returns:
      the Recipient as String
      den Recipient as String