Interface EncryptionServicePortType


public interface EncryptionServicePortType
This class was generated by the JAX-WS RI. JAX-WS RI 3.0.0 Generated source version: 3.0
  • Method Details

    • encryptDocument

      @RequestWrapper(localName="EncryptDocument", targetNamespace="http://ws.gematik.de/conn/EncryptionService/v6.1", className="de.gematik.ws.conn.encryptionservice.v6.EncryptDocument") @ResponseWrapper(localName="EncryptDocumentResponse", targetNamespace="http://ws.gematik.de/conn/EncryptionService/v6.1", className="de.gematik.ws.conn.encryptionservice.v6.EncryptDocumentResponse") void encryptDocument(ContextType context, EncryptDocument.RecipientKeys recipientKeys, jakarta.xml.ws.Holder<DocumentType> document, EncryptDocument.OptionalInputs optionalInputs, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<Object> optionalOutputs) throws FaultMessage
      Parameters:
      recipientKeys -
      optionalOutputs -
      document -
      context -
      optionalInputs -
      status -
      Throws:
      FaultMessage
    • decryptDocument

      @RequestWrapper(localName="DecryptDocument", targetNamespace="http://ws.gematik.de/conn/EncryptionService/v6.1", className="de.gematik.ws.conn.encryptionservice.v6.DecryptDocument") @ResponseWrapper(localName="DecryptDocumentResponse", targetNamespace="http://ws.gematik.de/conn/EncryptionService/v6.1", className="de.gematik.ws.conn.encryptionservice.v6.DecryptDocumentResponse") void decryptDocument(ContextType context, KeyOnCardType privateKeyOnCard, jakarta.xml.ws.Holder<DocumentType> document, Object optionalInputs, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<Object> optionalOutputs) throws FaultMessage
      Parameters:
      privateKeyOnCard -
      optionalOutputs -
      document -
      context -
      optionalInputs -
      status -
      Throws:
      FaultMessage