be.fedict.eid.applet.service.signer.facets
Interface SignaturePolicyService

All Known Implementing Classes:
ExplicitSignaturePolicyService

public interface SignaturePolicyService

Interface for the signature policy service.

Author:
Frank Cornelis

Method Summary
 String getSignaturePolicyDescription()
          Gives back the short description of the signature policy or null if a description is not available.
 byte[] getSignaturePolicyDocument()
          Gives back the signature policy document.
 String getSignaturePolicyDownloadUrl()
          Gives back the download URL where the signature policy document can be found.
 String getSignaturePolicyIdentifier()
          Gives back the signature policy identifier URI.
 

Method Detail

getSignaturePolicyIdentifier

String getSignaturePolicyIdentifier()
Gives back the signature policy identifier URI.

Returns:

getSignaturePolicyDescription

String getSignaturePolicyDescription()
Gives back the short description of the signature policy or null if a description is not available.

Returns:
the description, or null.

getSignaturePolicyDownloadUrl

String getSignaturePolicyDownloadUrl()
Gives back the download URL where the signature policy document can be found. Can be null in case such a download location does not exist.

Returns:
the download URL, or null.

getSignaturePolicyDocument

byte[] getSignaturePolicyDocument()
Gives back the signature policy document.

Returns:
the bytes of the signature policy document.


Copyright © 2008-2012 FedICT. All Rights Reserved.