public interface OCSPIdentifier
OCSPIdentifier element as defined in
ETSI TS 101 933 v1.3.2.
<xsd:complexType name="OCSPIdentifierType">
<xsd:sequence>
<xsd:element name="ResponderID" type="ResponderIDType"/>
<xsd:element name="ProducedAt" type="xsd:dateTime"/>
</xsd:sequence>
<xsd:attribute name="URI" type="xsd:anyURI" use="optional"/>
</xsd:complexType>
A OCSPIdentifier element may be created by invoking the
newOCSPIdentifier method of the
QualifyingPropertiesFactory class; for example:
QualifyingPropertiesFactory qfac = QualifyingPropertiesFactory.getInstance("DOM");
OCSPIdentifier ocspId = qfac.newOCSPIdentifier(responderId, producedAt, null);
| Modifier and Type | Method and Description |
|---|---|
Date |
getProducedAt()
Returns the producedAt date.
|
ResponderID |
getResponderId()
Returns the OCSP responder ID.
|
String |
getURI()
Returns the URI of an archived version of the OCSP response.
|
Date getProducedAt()
ResponderID getResponderId()
String getURI()
URI-attribute value.© 2002-2005 IAIK, © 2004, 2006 - 2017 Stiftung SIC