|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.cert.SignerInfo
public class SignerInfo
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 |
|---|
public X509Certificate getCertificate()
public Date getSigningTime()
public IssuerAndSerialNumber getIssuerAndSerialNumber()
public String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||