-
- All Known Subinterfaces:
KeyInfoConfirmationData
- All Known Implementing Classes:
KeyInfoConfirmationData,SubjectConfirmationData
public interface SubjectConfirmationData- Author:
- abhijit.das@Sun.COM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.StringgetInResponseTo()Gets the value of the inResponseTo property.DategetNotBeforeDate()Gets the value of the notBefore property.DategetNotOnOrAfterDate()Gets the value of the notOnOrAfter property.StringgetRecipient()Gets the value of the recipient property.
-
-
-
Method Detail
-
getInResponseTo
String getInResponseTo()
Gets the value of the inResponseTo property.- Returns:
- object is
String
-
getNotBeforeDate
Date getNotBeforeDate()
Gets the value of the notBefore property.- Returns:
- object is
Date
-
getNotOnOrAfterDate
Date getNotOnOrAfterDate()
Gets the value of the notOnOrAfter property.- Returns:
- object is
Date
-
-