- All Known Subinterfaces:
KeyInfoConfirmationData
- All Known Implementing Classes:
KeyInfoConfirmationData,SubjectConfirmationData
public interface SubjectConfirmationData
- Author:
- abhijit.das@Sun.COM
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the inResponseTo property.Gets the value of the notBefore property.Gets the value of the notOnOrAfter property.Gets the value of the recipient property.
-
Method Details
-
getAddress
String getAddress()Gets the value of the address property.- Returns:
- object is
String
-
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
-
getRecipient
String getRecipient()Gets the value of the recipient property.- Returns:
- object is
String
-