com.adobe.livecycle.signatures.client.types
Class PDFSubFilterType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.signatures.client.types.PDFSubFilterType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class PDFSubFilterType
extends java.lang.Enum

This class represents supported sub-filters. A sub-filter is a name that describes the encoding of the signature value and key information in the signature dictionary. For more information about the data members in this class, see the PDF Reference.

See Also:
Serialized Form

Field Summary
static PDFSubFilterType adbe_pkcs7_detached
          No data is encapsulated in the PKCS#7 signed-data field.
static PDFSubFilterType adbe_pkcs7_sha1
          The adbe.pkcs7.sha1 digest of the byte range is encapsulated in the PKCS#7 signed-data field with ContentInfo of type Data.
static PDFSubFilterType adbe_x509_rsa_sha1
          The adbe_x509_rsa_sha1 digest uses the RSA encryption algorithm and SHA-1 digest method.
 
Method Summary
static PDFSubFilterType getValueFromString(java.lang.String id)
          For internal use only.
 java.lang.String toString()
           
static PDFSubFilterType valueOf(java.lang.String name)
           
static PDFSubFilterType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

adbe_x509_rsa_sha1

public static final PDFSubFilterType adbe_x509_rsa_sha1
The adbe_x509_rsa_sha1 digest uses the RSA encryption algorithm and SHA-1 digest method.


adbe_pkcs7_sha1

public static final PDFSubFilterType adbe_pkcs7_sha1
The adbe.pkcs7.sha1 digest of the byte range is encapsulated in the PKCS#7 signed-data field with ContentInfo of type Data.


adbe_pkcs7_detached

public static final PDFSubFilterType adbe_pkcs7_detached
No data is encapsulated in the PKCS#7 signed-data field.

Method Detail

values

public static PDFSubFilterType[] values()

valueOf

public static PDFSubFilterType valueOf(java.lang.String name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum

getValueFromString

public static PDFSubFilterType getValueFromString(java.lang.String id)
For internal use only.



[an error occurred while processing this directive] [an error occurred while processing this directive]