public interface SignaturePolicyService
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getSignaturePolicyDescription()Gives back the short description of the signature policy or
  nullif a description is not available. | 
| byte[] | getSignaturePolicyDocument()Gives back the signature policy document. | 
| java.lang.String | getSignaturePolicyDownloadUrl()Gives back the download URL where the signature policy document can be
 found. | 
| java.lang.String | getSignaturePolicyIdentifier()Gives back the signature policy identifier URI. | 
java.lang.String getSignaturePolicyIdentifier()
java.lang.String getSignaturePolicyDescription()
null if a description is not available.null.java.lang.String getSignaturePolicyDownloadUrl()
null in case such a download location does not
 exist.null.byte[] getSignaturePolicyDocument()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.