org.apache.poi.openxml4j.opc
Class CertificateEmbeddingOption

java.lang.Object
  extended by org.apache.poi.openxml4j.opc.CertificateEmbeddingOption

public class CertificateEmbeddingOption
extends java.lang.Object

Specifies the location where the X.509 certificate that is used in signing is stored.

Author:
Julien Chable

Field Summary
static CertificateEmbeddingOption IN_CERTIFICATE_PART
          The certificate is embedded in its own PackagePart.
static CertificateEmbeddingOption IN_SIGNATURE_PART
          The certificate is embedded in the SignaturePart that is created for the signature being added.
static CertificateEmbeddingOption NOT_EMBEDDED
          The certificate in not embedded in the package.
 
Constructor Summary
CertificateEmbeddingOption()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_CERTIFICATE_PART

public static final CertificateEmbeddingOption IN_CERTIFICATE_PART
The certificate is embedded in its own PackagePart.


IN_SIGNATURE_PART

public static final CertificateEmbeddingOption IN_SIGNATURE_PART
The certificate is embedded in the SignaturePart that is created for the signature being added.


NOT_EMBEDDED

public static final CertificateEmbeddingOption NOT_EMBEDDED
The certificate in not embedded in the package.

Constructor Detail

CertificateEmbeddingOption

public CertificateEmbeddingOption()