com.adobe.flashaccess.sdk.cert
Class SignerInfo

java.lang.Object
  extended by com.adobe.flashaccess.sdk.cert.SignerInfo

public class SignerInfo
extends Object

This class contains information about the signer of a message.


Method Summary
 X509Certificate getCertificate()
          Retrieves the certificate.
 IssuerAndSerialNumber getIssuerAndSerialNumber()
          Retrieves the certificate issuer and serial number.
 String getName()
          Retrieves the signer's name.
 Date getSigningTime()
          Retrieves the signing time.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCertificate

public X509Certificate getCertificate()
Retrieves the certificate.

Returns:
The certificate.

getSigningTime

public Date getSigningTime()
Retrieves the signing time.

Returns:
The signing time.

getIssuerAndSerialNumber

public IssuerAndSerialNumber getIssuerAndSerialNumber()
Retrieves the certificate issuer and serial number.

Returns:
The certificate issuer and serial number.

getName

public String getName()
Retrieves the signer's name.

Returns:
The signer's name.


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