X509 Directive

Attributes

Attribute Required Description
href no If a href attribute is specified, the certificate is read from the given URL.

Description

Each <x509> element can either contain the X.509 certificate(s) in the body of the element OR be referenced by the href attribute. The href has higher prescedence.

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>
      <x509 href="http://niclas.hedhman.org/certs/signature.x509" />
    </certificates>