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