public abstract class

SignaturePolicyBase

extends SignedSignatureProperty
java.lang.Object
   ↳ xades4j.properties.SignatureProperty
     ↳ xades4j.properties.SignedSignatureProperty
       ↳ xades4j.properties.SignaturePolicyBase
Known Direct Subclasses

Class Overview

Base class for the SignaturePolicyIdentifier property. The signature policy identifier is a signed property qualifying the signature. At most one SignaturePolicyIdentifier element may be present in the signature.

Although there is only one XML element indicating if the signature policiy is explicit or implied, two different classes exist to represent those situations.

This property cannot be supplied directly. It is enforced by the XadesSigner producing a XAdES-EPES.

Summary

Constants
String PROP_NAME
[Expand]
Inherited Constants
From interface xades4j.properties.QualifyingProperty
Public Constructors
SignaturePolicyBase()
Public Methods
final String getName()
[Expand]
Inherited Methods
From class xades4j.properties.SignedSignatureProperty
From class xades4j.properties.SignatureProperty
From class java.lang.Object
From interface xades4j.properties.QualifyingProperty

Constants

public static final String PROP_NAME

Constant Value: "SignaturePolicyIdentifier"

Public Constructors

public SignaturePolicyBase ()

Public Methods

public final String getName ()