public abstract class

OtherUnsignedSignatureProperty

extends UnsignedSignatureProperty
java.lang.Object
   ↳ xades4j.properties.SignatureProperty
     ↳ xades4j.properties.UnsignedSignatureProperty
       ↳ xades4j.properties.OtherUnsignedSignatureProperty

Class Overview

Base class for custom unsigned signature properties. Even though the XAdES schema is closed, new properties can be included in the signature by subclassing this class and using the SignaturePropertiesCollector.addOtherSignatureProperty method.

Summary

[Expand]
Inherited Constants
From interface xades4j.properties.QualifyingProperty
Public Constructors
OtherUnsignedSignatureProperty()
[Expand]
Inherited Methods
From class xades4j.properties.UnsignedSignatureProperty
From class xades4j.properties.SignatureProperty
From class java.lang.Object
From interface xades4j.properties.QualifyingProperty

Public Constructors

public OtherUnsignedSignatureProperty ()