|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.signatures.client.types.CertificateInformation
public class CertificateInformation
Provides information about a given certificate. For example, using this object, you can obtain information about the certificate such as whether it has been revoked.
| Constructor Summary | |
|---|---|
CertificateInformation()
|
|
| Method Summary | |
|---|---|
byte[] |
getCertificate()
Retrieves the certificiate that is a part of the validation done for the signer's certificate. |
RevocationInformation |
getRevocationInformation()
Retrieves a RevocationInformation object that is associated with this certificate. |
boolean |
isTrusted()
Specifies whether the certificate is trusted as a Trust Anchor in Adobe Experience Manager forms Trust Store. |
void |
setCertificate(byte[] certificate)
Sets the certificiate that is a part of the validation done for the signer's certificate. |
void |
setRevocationInformation(RevocationInformation revocationInformation)
Sets certificate revocation information. |
void |
setTrusted(boolean isTrusted)
Sets whether the certificate is trusted as a Trust Anchor in Adobe Experience Manager forms Trust Store. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CertificateInformation()
| Method Detail |
|---|
public void setCertificate(byte[] certificate)
certificate - A byte array that represents the certificate.public byte[] getCertificate()
public RevocationInformation getRevocationInformation()
RevocationInformation object that is associated with this certificate.
A RevocationInformation object specifies information about a revoked certificate.
RevocationInformation object that is associated with this certificate.public void setRevocationInformation(RevocationInformation revocationInformation)
revocationInformation - A RevocationInformation object that specifies certificate
revocation information.public boolean isTrusted()
public void setTrusted(boolean isTrusted)
isTrusted - A boolean value that specifies whether the certificate is valid.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||