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

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

Deprecated.

@Deprecated
public class SignerCertificatePath
extends java.lang.Object
implements java.io.Serializable

Represents a certificate path and information about the path's validation status and the failure reason in case the path is not valid.

See Also:
Serialized Form

Constructor Summary
SignerCertificatePath()
          Deprecated. A constructor that creates a SignerCertificatePath object.
 
Method Summary
 byte[][] getCertificateDER()
          Deprecated. Returns an array of certificates.
 CertificateInformation[] getCertificateInformation()
          Deprecated. Returns an array of CertificateInformation objects.
 PathValidationFailureReason getFailureReason()
          Deprecated. Specifies the reason why the path is not valid.
 IdentityStatus getStatus()
          Deprecated. Specifies the validation status of the path.
 void setCertificateDER(byte[][] certificateDER)
          Deprecated. Sets certificates to use.
 void setCertificateInformation(CertificateInformation[] certificateInfo)
          Deprecated. Sets an array of CertificateInformation objects.
 void setFailureReason(PathValidationFailureReason failureReason)
          Deprecated. Sets the reason why the path is not valid.
 void setStatus(IdentityStatus status)
          Deprecated. Sets the validation status of the path.
 java.lang.String toString()
          Deprecated. A string representation of the class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignerCertificatePath

public SignerCertificatePath()
Deprecated. 
A constructor that creates a SignerCertificatePath object.

Method Detail

getCertificateDER

public byte[][] getCertificateDER()
Deprecated. 
Returns an array of certificates. Each certificate is represented by its DER encoding which is a byte array. The certificate i has been issued by the certificate i+1

Returns:
An array of byte streams that represents the certificateDER.

setCertificateDER

public void setCertificateDER(byte[][] certificateDER)
Deprecated. 
Sets certificates to use.

Parameters:
certificateDER - An array of byte streams that represent certificates to set. Each certificate is represented by its DER encoding which is a byte array. The certificate i has been issued by the certificate i+1.

getFailureReason

public PathValidationFailureReason getFailureReason()
Deprecated. 
Specifies the reason why the path is not valid.

Returns:
A PathValidationFailureReason object that specifies why the path is not valid.

setFailureReason

public void setFailureReason(PathValidationFailureReason failureReason)
Deprecated. 
Sets the reason why the path is not valid.

Parameters:
failureReason - A PathValidationFailureReason object that specifies why the path is not valid.

getStatus

public IdentityStatus getStatus()
Deprecated. 
Specifies the validation status of the path.

Returns:
the validation status of the path. Look at RFC3280 specification for more detail about path validation.

setStatus

public void setStatus(IdentityStatus status)
Deprecated. 
Sets the validation status of the path.

Parameters:
status - the validation status of the path. Look at RFC3280 specification for more detail about path validation.

toString

public java.lang.String toString()
Deprecated. 
A string representation of the class.

Overrides:
toString in class java.lang.Object

getCertificateInformation

public CertificateInformation[] getCertificateInformation()
Deprecated. 
Returns an array of CertificateInformation objects. Each element contain certificate information.

Returns:
An array of CertificateInformation objects.

setCertificateInformation

public void setCertificateInformation(CertificateInformation[] certificateInfo)
Deprecated. 
Sets an array of CertificateInformation objects. Each element contain certificate information.

Parameters:
certificateInfo - An array of CertificateInformation objects.


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