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

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

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

See Also:
Serialized Form

Constructor Summary
X509DataType()
           
X509DataType(X509IssuerSerialType x509IssuerSerial, byte[] x509SKI, java.lang.String x509SubjectName, byte[] x509Certificate, byte[] x509CRL)
           
 
Method Summary
 byte[] getX509Certificate()
          Gets the x509Certificate value for this X509DataType.
 byte[] getX509CRL()
          Gets the x509CRL value for this X509DataType.
 X509IssuerSerialType getX509IssuerSerial()
          Gets the x509IssuerSerial value for this X509DataType.
 byte[] getX509SKI()
          Gets the x509SKI value for this X509DataType.
 java.lang.String getX509SubjectName()
          Gets the x509SubjectName value for this X509DataType.
 void setX509Certificate(byte[] x509Certificate)
          Sets the x509Certificate value for this X509DataType.
 void setX509CRL(byte[] x509CRL)
          Sets the x509CRL value for this X509DataType.
 void setX509IssuerSerial(X509IssuerSerialType x509IssuerSerial)
          Sets the x509IssuerSerial value for this X509DataType.
 void setX509SKI(byte[] x509SKI)
          Sets the x509SKI value for this X509DataType.
 void setX509SubjectName(java.lang.String x509SubjectName)
          Sets the x509SubjectName value for this X509DataType.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509DataType

public X509DataType()

X509DataType

public X509DataType(X509IssuerSerialType x509IssuerSerial,
                    byte[] x509SKI,
                    java.lang.String x509SubjectName,
                    byte[] x509Certificate,
                    byte[] x509CRL)
Method Detail

getX509IssuerSerial

public X509IssuerSerialType getX509IssuerSerial()
Gets the x509IssuerSerial value for this X509DataType.

Returns:
x509IssuerSerial

setX509IssuerSerial

public void setX509IssuerSerial(X509IssuerSerialType x509IssuerSerial)
Sets the x509IssuerSerial value for this X509DataType.

Parameters:
x509IssuerSerial -

getX509SKI

public byte[] getX509SKI()
Gets the x509SKI value for this X509DataType.

Returns:
x509SKI

setX509SKI

public void setX509SKI(byte[] x509SKI)
Sets the x509SKI value for this X509DataType.

Parameters:
x509SKI -

getX509SubjectName

public java.lang.String getX509SubjectName()
Gets the x509SubjectName value for this X509DataType.

Returns:
x509SubjectName

setX509SubjectName

public void setX509SubjectName(java.lang.String x509SubjectName)
Sets the x509SubjectName value for this X509DataType.

Parameters:
x509SubjectName -

getX509Certificate

public byte[] getX509Certificate()
Gets the x509Certificate value for this X509DataType.

Returns:
x509Certificate

setX509Certificate

public void setX509Certificate(byte[] x509Certificate)
Sets the x509Certificate value for this X509DataType.

Parameters:
x509Certificate -

getX509CRL

public byte[] getX509CRL()
Gets the x509CRL value for this X509DataType.

Returns:
x509CRL

setX509CRL

public void setX509CRL(byte[] x509CRL)
Sets the x509CRL value for this X509DataType.

Parameters:
x509CRL -


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