Known Direct Subclasses
|
Class Overview
Base class for the SignaturePolicyIdentifier
property. The signature
policy identifier is a signed property qualifying the signature. At most one
SignaturePolicyIdentifier
element may be present in the signature.
Although there is only one XML element indicating if the signature policiy is
explicit or implied, two different classes exist to represent those situations.
This property cannot be supplied directly. It is enforced by the XadesSigner
producing a XAdES-EPES.
Summary
Public Methods |
final
String
|
getName()
|
[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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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:
"SignaturePolicyIdentifier"
Public Constructors
public
SignaturePolicyBase
()
Public Methods
public
final
String
getName
()