Class Overview
Represents the SingerRole
signed signature property. A XAdES signature
has at most one SingerRole
property.
This property is added to the signature through SignaturePropertiesProvider
.
Limitation: only claimed roles are supported.
Summary
[Expand]
Inherited Methods |
From class
xades4j.properties.SignedSignatureProperty
|
From class
xades4j.properties.SignatureProperty
final
boolean
|
isSignature()
Indicates wether the property is a signature property.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
xades4j.properties.QualifyingProperty
abstract
String
|
getName()
Gets the name of the property, as specified in XAdES (the element name).
|
abstract
boolean
|
isSignature()
Indicates wether the property is a signature property.
|
abstract
boolean
|
isSigned()
Indicates wether the property is a signed property.
|
|
Constants
public
static
final
String
PROP_NAME
Constant Value:
"SignerRole"
Public Constructors
public
SignerRoleProperty
()
public
SignerRoleProperty
(String... claimedRoles)
public
SignerRoleProperty
(Collection<String> claimedRoles)
Public Methods
public
Collection<String>
getClaimedRoles
()