com.adobe.livecycle.signatures.client.types
Class RevocationInformation

java.lang.Object
  extended by com.adobe.livecycle.signatures.client.types.RevocationInformation
All Implemented Interfaces:
java.io.Serializable

public class RevocationInformation
extends java.lang.Object
implements java.io.Serializable

Contains information about revoked certificates. This class was added in LiveCycle ES 8.2.

See Also:
Serialized Form

Constructor Summary
RevocationInformation()
           
 
Method Summary
 byte[] getData()
          Returns revocation information retrieved for the certificate.
 java.lang.String getSource()
          Returns a string that specifies the source that was used to retrieve revocation information.
 java.lang.String getStatus()
          Retrieves the status of the revocation of the certificate.
 java.lang.String getStatusMessage()
          Gets status information retrieved during retrieval of revocation information.
 java.lang.String getType()
          Gets the type of revocation information: CRL or OCSP.
 java.util.Date getValidFrom()
          Returns the date that specifies when revocation information was first valid.
 java.util.Date getValidTo()
          Returns the end date to which revocation information is valid.
 void setData(byte[] revocationInfo)
          Sets revocation information retrieved for the certificate.
 void setSource(java.lang.String revocationSource)
          Sets a string that specifies the source that was used to retrieve revocation information.
 void setStatus(java.lang.String revocationStatus)
          Sets the status of the revocation of the certificate.
 void setStatusMessage(java.lang.String revocationStatusString)
          Sets status information retrieved during retrieval of revocation information.
 void setType(java.lang.String revocationType)
          Sets the type of revocation information: CRL or OCSP.
 void setValidFrom(java.util.Date validFrom)
          Sets the date that specifies when revocation information was first valid.
 void setValidTo(java.util.Date validTo)
          Sets the end date to which revocation information is valid.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevocationInformation

public RevocationInformation()
Method Detail

getData

public byte[] getData()
Returns revocation information retrieved for the certificate.

Returns:
A byte array that contains revocation information.
Since:
8.2

setData

public void setData(byte[] revocationInfo)
Sets revocation information retrieved for the certificate.

Parameters:
revocationInfo - A byte array that represents revocation information.
Since:
8.2

getType

public java.lang.String getType()
Gets the type of revocation information: CRL or OCSP. The Credential object contains fields that specifies the different certificate types.

Returns:
A string value that specifies revocation information: CRL or OCSP.
Since:
8.2

setType

public void setType(java.lang.String revocationType)
Sets the type of revocation information: CRL or OCSP.

Parameters:
revocationType - A string value that specifies revocation information: CRL or OCSP.
Since:
8.2

getSource

public java.lang.String getSource()
Returns a string that specifies the source that was used to retrieve revocation information.

Returns:
A string that specifies the source that was used to retrieve revocation information.
Since:
8.2

setSource

public void setSource(java.lang.String revocationSource)
Sets a string that specifies the source that was used to retrieve revocation information.

Parameters:
revocationSource - A string that specifies the source that was used to retrieve revocation information.
Since:
8.2

getValidFrom

public java.util.Date getValidFrom()
Returns the date that specifies when revocation information was first valid.

Returns:
A java.util.Date object that specifies when revocation information was first valid.
Since:
8.2

setValidFrom

public void setValidFrom(java.util.Date validFrom)
Sets the date that specifies when revocation information was first valid.

Parameters:
validFrom - A java.util.Date object that specifies when revocation information was first valid.
Since:
8.2

getValidTo

public java.util.Date getValidTo()
Returns the end date to which revocation information is valid.

Returns:
A java.util.Date object that specifies the date to which revocation information is valid.
Since:
8.2

setValidTo

public void setValidTo(java.util.Date validTo)
Sets the end date to which revocation information is valid.

Parameters:
validTo - A java.util.Date object that specifies the date to which revocation information is valid.
Since:
8.2

getStatus

public java.lang.String getStatus()
Retrieves the status of the revocation of the certificate.

Returns:
A string value that specifies the status of the revocation of the certificate.
Since:
8.2

setStatus

public void setStatus(java.lang.String revocationStatus)
Sets the status of the revocation of the certificate.

Parameters:
revocationStatus - A status of the revocation of the certificate.
Since:
8.2

getStatusMessage

public java.lang.String getStatusMessage()
Gets status information retrieved during retrieval of revocation information.

Returns:
A string value that specifies the status message that is associated with a certificate.
Since:
8.2

setStatusMessage

public void setStatusMessage(java.lang.String revocationStatusString)
Sets status information retrieved during retrieval of revocation information.

Parameters:
revocationStatusString - A string value that specifies the status message that is associated with a certificate.
Since:
8.2


[an error occurred while processing this directive] [an error occurred while processing this directive]