Class | Description |
---|---|
Authentication |
Class used to authenticate a user with a X.509 public key certificate.
|
CadesSignature |
Represents a CAdES signature.
|
CadesSignatureExplorer |
Class used to open a CAdES signature file (.p7s file) and optionally validate its signatures.
|
CadesSignatureExplorer2 | |
CadesSignatureFinisher |
Class used to perform the final of the two steps required to perform a CAdES signature.
|
CadesSignatureFinisher2 | |
CadesSignatureStarter |
Class used to perform the first of the two steps required to perform a CAdES signature.
|
CadesSignatureStarter2 | |
CadesSignatureWithEncapsulatedContent | |
CadesSignerInfo |
Represents one of the signatures in a CAdES signature file.
|
CadesTimestamp |
Represents a CAdES timestamp, which is itself a CAdES signature.
|
ClientSideSignatureInstructions |
Parameters to perform a client-side signature.
|
DetachedResourceXmlSignatureStarter |
Class used to perform the first of the two steps required to perform a XML detached resource signature.
|
DigestAlgorithmAndValue |
Represents a digest algorithm and value.
|
FileResult | |
FullXmlSignatureStarter |
Class used to perform the first of the two steps required to perform a XML element signature.
|
Name |
A X.509 Name
|
OnlineResourceXmlSignatureStarter |
Class used to perform the first of the two steps required to perform a XML detached resource signature.
|
PadesPageOptimization |
Page format optimization options for PAdES signature visual representation result.
|
PadesSignature |
Represents a PAdES (PDF) signature.
|
PadesSignatureExplorer |
Class used to open the signatures in a PDF file and optionally validate them.
|
PadesSignatureExplorer2 | |
PadesSignatureFinisher |
Class used to perform the final of the two steps required to perform a PAdES signature.
|
PadesSignatureFinisher2 | |
PadesSignatureStarter |
Class used to perform the first of the two steps required to perform a PAdES signature.
|
PadesSignatureStarter2 | |
PadesSignerInfo |
Represents one of the signatures in a PDF file.
|
PadesSize |
Width and Height sizes for PAdES signature visual representation elements
|
PadesVisualAutoPositioning |
Auto positioning options for PAdES signature visual representation.
|
PadesVisualImage |
Image settings for PAdES signature visual representation
|
PadesVisualManualPositioning |
Manual positioning preference for PAdES signature visual representation.
|
PadesVisualPositioning |
Positioning class for PAdES signature visual representation
|
PadesVisualRectangle |
Rectangle dimensions values
|
PadesVisualRepresentation |
PAdES signature visual representation specifications
|
PadesVisualText |
The text specifications and elements for the PAdES signature visual representation
|
PdfMark | |
PdfMarkElement | |
PdfMarkImage | |
PdfMarkImageElement | |
PdfMarkTextElement | |
PdfTextSection | |
PKCertificate |
Contains information about a X.509 public key certificate
|
PkiBrazilCertificateFields |
Class containing the ICP-Brasil policy specific certificate fields
|
PkiItalyCertificateFields |
Class containing the PKI-Italy policy specific certificate fields
|
RestPkiClient |
Class used to call the REST PKI API.
|
SecurityContext |
Reference to a security context in the REST PKI service, which is used to detetermine if a given
certificate can be trusted.
|
SignatureAlgorithmAndValue |
Represents a signature algorithm and value.
|
SignatureExplorer |
Base class for the CadesSignatureExplorer and PadesSignatureExplorer classes
|
SignatureExplorer2 | |
SignatureFinisher |
Base class for PadesSignatureFinisher and CadesSignatureFinisher
|
SignatureFinisher2 | |
SignaturePolicy |
Reference to a signature policy, used to perform and validate digital signatures.
|
SignaturePolicyCatalog |
Represents a collection of signature policies.
|
SignaturePolicyIdentifier |
Contains information about a signature policy as indicated in a signature file
|
SignatureResult | |
SignatureStarter |
Base class for PadesSignatureStarter and CadesSignatureStarter
|
SignatureStarter2 | |
SignatureStartResult | |
SignatureStartWithWebPkiResult | |
ValidationItem |
An item of validation.
|
ValidationResults |
Contains the results of a validation.
|
XmlAttributeInfo |
Represents a XML attribute of a XML element.
|
XmlElementInfo |
Represents a signed XML element
|
XmlElementSignatureStarter |
Class used to perform the first of the two steps required to perform a XML element signature.
|
XmlIdResolutionTable |
Class for defining element ID rules in a XML
|
XmlNamespaceManager |
Class for setting namespaces used in a xpath
|
XmlSignature |
Represents a XML Signature
|
XmlSignatureExplorer |
Class used to open the signatures in a XML files and optionally validate them.
|
XmlSignatureFinisher |
Class used to perform the final of the two steps required to perform XML signatures.
|
XmlSignatureStarter |
Base class for XmlSignatureStarter
|
Enum | Description |
---|---|
DigestAlgorithm |
Represents a digest algorithm
|
EncapsulatedContentTypes |
Types of encapsulated content that may be specified in a CAdES signature file.
|
ErrorCodes |
Error codes for the REST PKI API
|
PadesHorizontalAlign |
Horizontal alignment options for PAdES signature visual representation image
|
PadesMeasurementUnits |
Measurement unit options for PAdES signature visual representation elements dimensions
|
PadesPageOrientation |
Page orientation options for PAdES signature visual representation optimization
|
PadesPaperSize |
Paper size standards options for PAdES signature visual representation optimizations.
|
PadesTextHorizontalAlign | |
PadesVerticalAlign |
Vertical alignment options for PAdES signature visual representation image
|
PdfMarkElementType | |
PdfTextStyle | |
PkiBrazilCertificateTypes |
Types of public key certificates, as defined by the Brazil's PKI (ICP-Brasil)
|
PkiItalyCertificateTypes |
Types of public key certificates found in Italy's PKI
|
SignatureAlgorithm |
Represents a signature algorithm.
|
ValidationItemTypes |
Types of validations that can be performed on a certificate or signature.
|
XmlInsertionOptions | |
XmlSignedEntityTypes |
Types of signed entity of a XML file.
|
Exception | Description |
---|---|
RestDecodeException |
Thrown to indicate that a REST request was successful but an error occurred while decoding its response.
|
RestErrorException |
Thrown to indicate that a REST request returned an HTTP status code indicating error and possibly a message, but
no further information was returned.
|
RestException |
Base class for exceptions thrown when calling a REST API.
|
RestPkiException |
Thrown to indicate that the REST PKI API returned a specific error defined in the API.
|
RestResourceNotFoundException |
Thrown to indicate that a REST request was made but not resource was found at the requested URL.
|
RestUnreachableException |
Thrown to indicate that a REST request failed due to network-related issues.
|
ValidationException |
Thrown to indicate that a validation failed while fulfilling an API call.
|