org.apache.poi.openxml4j.opc
Class CertificateEmbeddingOption
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
CertificateEmbeddingOption
public CertificateEmbeddingOption()