PKCS7 Directive

Attributes

Attribute Required Description
href yes The name of the file containing 0, one or many PKCS#7 encoded certificates.

Description

Each <pkcs7> element only points to a PKCS#7 encoded file. The "href" attribute is any valid URL.

Example XML

The following example block.xml demonstrates the inclusion of three blocks within another enclosing block. In this example, the common shared API (containing service interfaces classes is declared in the containing block classloader).

    <certificates>
      <pkcs7 href="http://niclas.hedhman.org/certs/signature.cert" />
    </certificates>