com.adobe.livecycle.signatures.client.spi.types
Class SPIRevocationData

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

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

See Also:
Serialized Form

Constructor Summary
SPIRevocationData(java.lang.String revoStatus, java.lang.String revocationStyle, java.lang.String crlSource, byte[] revObjDER, byte[][] extraData)
           
 
Method Summary
 java.lang.String getCrlSource()
           
 byte[][] getExtraData()
           
 byte[] getRevObjDER()
           
 java.lang.String getRevocationStatus()
           
 java.lang.String getRevocationStyle()
           
 void setCrlSource(java.lang.String crlSource)
           
 void setExtraData(byte[][] extraData)
           
 void setRevObjDER(byte[] revObjDER)
           
 void setRevocationStatus(java.lang.String revoStatus)
           
 void setRevocationStyle(java.lang.String revocationStyle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPIRevocationData

public SPIRevocationData(java.lang.String revoStatus,
                         java.lang.String revocationStyle,
                         java.lang.String crlSource,
                         byte[] revObjDER,
                         byte[][] extraData)
Method Detail

getCrlSource

public java.lang.String getCrlSource()
Returns:
the crlSource

setCrlSource

public void setCrlSource(java.lang.String crlSource)
Parameters:
crlSource - the crlSource to set

getExtraData

public byte[][] getExtraData()
Returns:
the extraData

setExtraData

public void setExtraData(byte[][] extraData)
Parameters:
extraData - the extraData to set

getRevObjDER

public byte[] getRevObjDER()
Returns:
the revObjDER

setRevObjDER

public void setRevObjDER(byte[] revObjDER)
Parameters:
revObjDER - the revObjDER to set

getRevocationStyle

public java.lang.String getRevocationStyle()
Returns:
the revocationStyle

setRevocationStyle

public void setRevocationStyle(java.lang.String revocationStyle)
Parameters:
revocationStyle - the revocationStyle to set

getRevocationStatus

public java.lang.String getRevocationStatus()
Returns:
the revoStatus

setRevocationStatus

public void setRevocationStatus(java.lang.String revoStatus)
Parameters:
revoStatus - the revoStatus to set


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