|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QualifyingProperty
Base interface for all the qualifying properties.
| Field Summary | |
|---|---|
static String |
QUALIFYING_PROPS_REF_TAG
The name of the QualifyingPropertiesReference element. |
static String |
QUALIFYING_PROPS_TAG
The name of the QualifyingProperties element. |
static String |
SIGNED_DATAOBJ_PROPS_TAG
The name of the SignedDataObjectProperties element. |
static String |
SIGNED_PROPS_TAG
The name of the SignedProperties element. |
static String |
SIGNED_PROPS_TYPE_URI
The URI of the signed properties reference type. |
static String |
SIGNED_SIGNATURE_PROPS_TAG
The name of the SignedSignatureProperties element. |
static String |
TARGET_ATTR
The name of the Target attribute. |
static String |
UNSIGNED_DATAOBJ_PROPS_TAG
The name of the UnsignedDataObjectProperties element. |
static String |
UNSIGNED_PROPS_TAG
The name of the UnsignedProperties element. |
static String |
UNSIGNED_SIGNATURE_PROPS_TAG
The name of the UnsignedSignatureProperties element. |
static String |
XADES_XMLNS
The XAdES v1.3.2 namespace URI. |
static String |
XADESV141_XMLNS
The XAdES v1.4.1 namespaceURI. |
| Method Summary | |
|---|---|
String |
getName()
Gets the name of the property, as specified in XAdES (the element name). |
boolean |
isSignature()
Indicates wether the property is a signature property. |
boolean |
isSigned()
Indicates wether the property is a signed property. |
| Field Detail |
|---|
static final String XADES_XMLNS
static final String XADESV141_XMLNS
static final String QUALIFYING_PROPS_TAG
QualifyingProperties element.
static final String TARGET_ATTR
Target attribute.
static final String QUALIFYING_PROPS_REF_TAG
QualifyingPropertiesReference element.
static final String SIGNED_PROPS_TYPE_URI
ds:Reference.
static final String SIGNED_PROPS_TAG
SignedProperties element.
static final String SIGNED_SIGNATURE_PROPS_TAG
SignedSignatureProperties element.
static final String SIGNED_DATAOBJ_PROPS_TAG
SignedDataObjectProperties element.
static final String UNSIGNED_PROPS_TAG
UnsignedProperties element.
static final String UNSIGNED_SIGNATURE_PROPS_TAG
UnsignedSignatureProperties element.
static final String UNSIGNED_DATAOBJ_PROPS_TAG
UnsignedDataObjectProperties element.
| Method Detail |
|---|
boolean isSigned()
true if this is a signed propertyboolean isSignature()
true if this is a signature propertyString getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||