Class DetachedXadesExecutionContext

java.lang.Object
org.digidoc4j.main.xades.DetachedXadesExecutionContext

public class DetachedXadesExecutionContext extends Object
  • Method Details

    • of

      public static DetachedXadesExecutionContext of(org.apache.commons.cli.CommandLine commandLine, org.digidoc4j.main.ExecutionCommand command)
      Parameters:
      commandLine - command line arguments
      command - internal command
      Returns:
      context
    • getCommand

      public org.digidoc4j.main.ExecutionCommand getCommand()
    • getCommandLine

      public org.apache.commons.cli.CommandLine getCommandLine()
    • getDigestDataFiles

      public List<DigestDataFile> getDigestDataFiles()
    • addDigestDataFile

      public void addDigestDataFile(DigestDataFile digestDataFile)
    • getSignatureToken

      public SignatureToken getSignatureToken()
    • setSignatureToken

      public void setSignatureToken(SignatureToken signatureToken)
    • getSignature

      public Signature getSignature()
    • setSignature

      public void setSignature(Signature signature)
    • getDigestAlgorithm

      public DigestAlgorithm getDigestAlgorithm()
    • setDigestAlgorithm

      public void setDigestAlgorithm(DigestAlgorithm digestAlgorithm)
    • getProfile

      public SignatureProfile getProfile()
    • setProfile

      public void setProfile(SignatureProfile profile)