Class PDFObjectIdentifiers
java.lang.Object
se.idsec.signservice.security.sign.pdf.configuration.PDFObjectIdentifiers
Object Identifiers useful for PDF signature handling.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Object identifier for the CMS algorithm protection attribute.static final String
Object identifier for S/MIME Signing certificate (id-aa-signingCertificate).static final String
Object identifier for Signing certificate V2 .static final String
Object identifier for the Revocation information archival attribute.static final String
Object identifier for the ContentType object.static final String
Object identifier for the DSA algorithm.static final String
Object identifier for 256-bit Elliptic Curve Cryptography (ECC).static final String
Object identifier for the ECDSA algorithm.static final String
Object identifier for MessageDigest.static final String
Object identifier for Online Certificate Status Protocol (OCSP).static final String
Object identifier for PKCS#7 data.static final String
Object identifier for PKCS#7 signed data.static final String
Object identifier for the RSA algorithm.static final String
Object identifier for SigningTime attribute.static final String
Object identifier for time stamp token.static final String
Object identifier for the Adobe Time Stamp. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID_PKCS7_DATA
Object identifier for PKCS#7 data.- See Also:
-
ID_PKCS7_SIGNED_DATA
Object identifier for PKCS#7 signed data.- See Also:
-
ID_RSA
Object identifier for the RSA algorithm.- See Also:
-
ID_DSA
Object identifier for the DSA algorithm.- See Also:
-
ID_ECDSA
Object identifier for the ECDSA algorithm.- See Also:
-
ID_CONTENT_TYPE
Object identifier for the ContentType object.- See Also:
-
ID_MESSAGE_DIGEST
Object identifier for MessageDigest.- See Also:
-
ID_SIGNING_TIME
Object identifier for SigningTime attribute.- See Also:
-
ID_ADBE_REVOCATION
Object identifier for the Revocation information archival attribute.- See Also:
-
ID_TSA
Object identifier for the Adobe Time Stamp.- See Also:
-
ID_TIMESTAMP_ATTRIBUTE
Object identifier for time stamp token.- See Also:
-
ID_OCSP
Object identifier for Online Certificate Status Protocol (OCSP).- See Also:
-
ID_AA_SIGNING_CERTIFICATE_V1
Object identifier for S/MIME Signing certificate (id-aa-signingCertificate).- See Also:
-
ID_AA_SIGNING_CERTIFICATE_V2
Object identifier for Signing certificate V2 .- See Also:
-
ID_AA_CMS_ALGORITHM_PROTECTION
Object identifier for the CMS algorithm protection attribute.- See Also:
-
ID_EC_P256
Object identifier for 256-bit Elliptic Curve Cryptography (ECC).- See Also:
-
-
Constructor Details
-
PDFObjectIdentifiers
public PDFObjectIdentifiers()
-