public class

RevocationValuesProperty

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

Class Overview

The RevocationValues property is an optional unsigned property and qualifies the XML signature. There is at most one occurence of this property in the signature.

The RevocationValues property is used to hold the values of the revocation information which are to be shipped with the electronic signature.

Summary

Constants
String PROP_NAME
[Expand]
Inherited Constants
From interface xades4j.properties.QualifyingProperty
Public Constructors
RevocationValuesProperty(Collection<X509CRL> crls)
Public Methods
Collection<X509CRL> getCrls()
String getName()
[Expand]
Inherited Methods
From class xades4j.properties.UnsignedSignatureProperty
From class xades4j.properties.SignatureProperty
From class java.lang.Object
From interface xades4j.properties.QualifyingProperty

Constants

public static final String PROP_NAME

Constant Value: "RevocationValues"

Public Constructors

public RevocationValuesProperty (Collection<X509CRL> crls)

Public Methods

public Collection<X509CRL> getCrls ()

public String getName ()