|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.verification.XAdESVerificationResult
public class XAdESVerificationResult
The result of signature verification. It includes the signature form, the qualifying properties, the signed data objects and the validation data.
| Method Summary | |
|---|---|
String |
getCanonicalizationAlgorithmUri()
|
Collection<PropertyInfo> |
getPropertiesAndData()
Gets pairs of properties and corresponding data objects if detailed information is needed. |
DataGetter<QualifyingProperty> |
getPropertiesFilter()
Gets a DataGetter that allows easy filtered access to the properties. |
QualifyingProperties |
getQualifyingProperties()
Gets the whole set of qualifying properties in the signature, organized by type. |
String |
getSignatureAlgorithmUri()
|
XAdESForm |
getSignatureForm()
|
Collection<RawDataObjectDesc> |
getSignedDataObjects()
Gets a representation of the signed data objects, which gives access to their properties and References. |
X509Certificate |
getValidationCertificate()
Gets the certificate that was used to verify the signature. |
ValidationData |
getValidationData()
Gets the certificates and CRLs used to verify the signature. |
org.apache.xml.security.signature.XMLSignature |
getXmlSignature()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public XAdESForm getSignatureForm()
public org.apache.xml.security.signature.XMLSignature getXmlSignature()
public String getSignatureAlgorithmUri()
public String getCanonicalizationAlgorithmUri()
public ValidationData getValidationData()
public X509Certificate getValidationCertificate()
public DataGetter<QualifyingProperty> getPropertiesFilter()
DataGetter that allows easy filtered access to the properties.
public Collection<PropertyInfo> getPropertiesAndData()
public QualifyingProperties getQualifyingProperties()
public Collection<RawDataObjectDesc> getSignedDataObjects()
References.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||