Interface CompletedSignatureTask

All Superinterfaces:
RequestedSignatureTask, Serializable
All Known Implementing Classes:
DefaultCompletedSignatureTask

public interface CompletedSignatureTask extends RequestedSignatureTask
A completed signature task holds the requested task and the signature.
  • Method Details

    • getSignature

      byte[] getSignature()
      Gets the raw signature bytes.
      Returns:
      the signature bytes
    • getSignatureAlgorithmUri

      String getSignatureAlgorithmUri()
      Gets the signature algorithm identifier (URI) that was used to produce the signature (see getSignature()).
      Returns:
      the signature algorithm identifier