com.adobe.flashaccess.sdk.cert
Class SignerInfo

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

public class SignerInfo
extends java.lang.Object

This class contains information about the signer of a message.


Method Summary
 java.security.cert.X509Certificate getCertificate()
          Retrieves the certificate.
 IssuerAndSerialNumber getIssuerAndSerialNumber()
          Retrieves the certificate issuer and serial number.
 java.lang.String getName()
          Retrieves the signer's name.
 java.util.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 java.security.cert.X509Certificate getCertificate()
Retrieves the certificate.

Returns:
The certificate.

getSigningTime

public java.util.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 java.lang.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]