CryptoX509 Features

Features of the xml.CryptoX509 class.

Table 1. CryptoX509 Features
Feature Description

X509Certificate

See specification for details.

Defines or returns whether the complete X509 certificate is added during XML signature or encryption.

Default value is FALSE.

X509SubjectName

See specification for details.

Defines or returns whether the subject name of the X509 certificate is added during XML signature or encryption.

Default value is FALSE.

X509IssuerSerial

See specification for details.

Defines or returns whether the issuer name and serial number of the X509 certificate is added during XML signature or encryption.

Default value is FALSE.

RetrievalMethod

See specification for details.

Defines or returns the URL where the XML form of the X509 certificate will be set during a XML signature, and loaded during a XML verification process, and based on that CryptoX509 object.

Default value is NULL, meaning that no retrieval method is used.

Note: The XML form of a X509 certificate can be obtain by the xml.CryptoX509.save() method.