public class ClaimedRole extends Any
The signer MAY state his own role without any certificate to corroborate this claim, in which case the claimed role can be added to the signature as a signed qualifying property.
mContext, mElement, mId| Constructor and Description |
|---|
ClaimedRole(Context aContext)
Construct new BaseElement according to context
|
ClaimedRole(Context aContext,
java.lang.String aRoleName)
Construct new ClaimedRole according to context
|
ClaimedRole(org.w3c.dom.Element aElement,
Context aContext)
Construct Any from existing
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalName() |
java.lang.String |
getNamespace() |
addContent, addContent, addContent, addContentBase64, getContentaddBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdpublic ClaimedRole(Context aContext)
aContext - where some signature spesific properties reside.public ClaimedRole(Context aContext, java.lang.String aRoleName)
aContext - where some signature spesific properties reside.aRoleName - role as textpublic ClaimedRole(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.lang.String getNamespace()
getNamespace in class BaseElementpublic java.lang.String getLocalName()
getLocalName in class BaseElementCopyright © 2025. All rights reserved.