Interface AdesObject
public interface AdesObject
Marker interface for the AdES object that may be part of a signature.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptionGets the signing certificate digest found in the AdES object.
-
Method Details
-
getSigningCertificateDigest
AdesSigningCertificateDigest getSigningCertificateDigest()Gets the signing certificate digest found in the AdES object.- Returns:
- the signing certificate digest, or null if this information is not available
-