public class SPUserNotice extends XAdESBaseElement
User notice that should be displayed when the signature is verified.
The SPUserNotice element is intended for being displayed
whenever the signature is validated. The ExplicitText element
contains the text of the notice to be displayed. Other notices could come
from the organization issuing the signature policy. The
NoticeRef element names an organization and identifies by
numbers (NoticeNumbers element) a group of textual statements
prepared by that organization, so that the application could get the
explicit notices from a notices file.
Below follows the schema definition:
<xsd:element name="SPUserNotice" type="SPUserNoticeType"/>
<xsd:complexType name="SPUserNoticeType">
<xsd:sequence>
<xsd:element name="NoticeRef" type="NoticeReferenceType" minOccurs="0"/>
<xsd:element name="ExplicitText" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
mContext, mElement, mId| Constructor and Description |
|---|
SPUserNotice(Context aContext,
java.util.List<NoticeReference> aNoticeReferences,
java.util.List<java.lang.String> aExplicitTexts) |
SPUserNotice(org.w3c.dom.Element aElement,
Context aContext)
Construct XADESBaseElement from existing
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getExplicitTexts() |
java.lang.String |
getLocalName() |
java.util.List<NoticeReference> |
getNoticeReferences() |
getNamespaceaddBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdpublic SPUserNotice(Context aContext, java.util.List<NoticeReference> aNoticeReferences, java.util.List<java.lang.String> aExplicitTexts)
public SPUserNotice(org.w3c.dom.Element aElement,
Context aContext)
throws XMLSignatureException
aElement - xml elementaContext - according to contextXMLSignatureException - when structure is invalid or can not be
resolved appropriatelypublic java.util.List<NoticeReference> getNoticeReferences()
public java.util.List<java.lang.String> getExplicitTexts()
public java.lang.String getLocalName()
getLocalName in class BaseElementCopyright © 2025. All rights reserved.