Class SKEncryptionPortType

java.lang.Object
de.gematik.bbriccs.konnektor.SoftKonServicePortType
de.gematik.bbriccs.konnektor.SKEncryptionPortType
All Implemented Interfaces:
de.gematik.ws.conn.encryptionservice.wsdl.v6.EncryptionServicePortType

public class SKEncryptionPortType extends SoftKonServicePortType implements de.gematik.ws.conn.encryptionservice.wsdl.v6.EncryptionServicePortType
  • Field Summary

    Fields inherited from class de.gematik.bbriccs.konnektor.SoftKonServicePortType

    softKonCore
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    decryptDocument(de.gematik.ws.conn.connectorcontext.v2.ContextType context, de.gematik.ws.conn.encryptionservice.v6.KeyOnCardType privateKeyOnCard, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.DocumentType> document, Object optionalInputs, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<Object> optionalOutputs)
     
    void
    encryptDocument(de.gematik.ws.conn.connectorcontext.v2.ContextType context, de.gematik.ws.conn.encryptionservice.v6.EncryptDocument.RecipientKeys recipientKeys, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.DocumentType> document, de.gematik.ws.conn.encryptionservice.v6.EncryptDocument.OptionalInputs optionalInputs, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<Object> optionalOutputs)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SKEncryptionPortType

      public SKEncryptionPortType(SoftKonCore softKonCore)
  • Method Details

    • encryptDocument

      public void encryptDocument(de.gematik.ws.conn.connectorcontext.v2.ContextType context, de.gematik.ws.conn.encryptionservice.v6.EncryptDocument.RecipientKeys recipientKeys, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.DocumentType> document, de.gematik.ws.conn.encryptionservice.v6.EncryptDocument.OptionalInputs optionalInputs, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<Object> optionalOutputs)
      Specified by:
      encryptDocument in interface de.gematik.ws.conn.encryptionservice.wsdl.v6.EncryptionServicePortType
    • decryptDocument

      public void decryptDocument(de.gematik.ws.conn.connectorcontext.v2.ContextType context, de.gematik.ws.conn.encryptionservice.v6.KeyOnCardType privateKeyOnCard, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.DocumentType> document, Object optionalInputs, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<Object> optionalOutputs)
      Specified by:
      decryptDocument in interface de.gematik.ws.conn.encryptionservice.wsdl.v6.EncryptionServicePortType