Uses of Class
oasis.names.tc.dss._1_0.core.schema.SignatureObject
Packages that use SignatureObject
Package
Description
Copyright (c) 2021, gematik GmbH.
-
Uses of SignatureObject in de.gematik.ws.conn.signatureservice.v7
Fields in de.gematik.ws.conn.signatureservice.v7 declared as SignatureObjectModifier and TypeFieldDescriptionprotected SignatureObjectExternalAuthenticateResponse.signatureObjectprotected SignatureObjectSignResponse.signatureObjectprotected SignatureObjectVerifyDocument.signatureObjectMethods in de.gematik.ws.conn.signatureservice.v7 that return SignatureObjectModifier and TypeMethodDescriptionExternalAuthenticateResponse.getSignatureObject()Gets the value of the signatureObject property.SignResponse.getSignatureObject()Gets the value of the signatureObject property.VerifyDocument.getSignatureObject()Gets the value of the signatureObject property.Methods in de.gematik.ws.conn.signatureservice.v7 with parameters of type SignatureObjectModifier and TypeMethodDescriptionvoidExternalAuthenticateResponse.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property.voidSignResponse.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property.voidVerifyDocument.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property. -
Uses of SignatureObject in de.gematik.ws.conn.signatureservice.v7_4
Fields in de.gematik.ws.conn.signatureservice.v7_4 declared as SignatureObjectModifier and TypeFieldDescriptionprotected SignatureObjectExternalAuthenticateResponse.signatureObjectprotected SignatureObjectSignResponse.signatureObjectprotected SignatureObjectVerifyDocument.signatureObjectMethods in de.gematik.ws.conn.signatureservice.v7_4 that return SignatureObjectModifier and TypeMethodDescriptionExternalAuthenticateResponse.getSignatureObject()Gets the value of the signatureObject property.SignResponse.getSignatureObject()Gets the value of the signatureObject property.VerifyDocument.getSignatureObject()Gets the value of the signatureObject property.Methods in de.gematik.ws.conn.signatureservice.v7_4 with parameters of type SignatureObjectModifier and TypeMethodDescriptionvoidExternalAuthenticateResponse.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property.voidSignResponse.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property.voidVerifyDocument.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property. -
Uses of SignatureObject in de.gematik.ws.conn.signatureservice.wsdl.v7
Methods in de.gematik.ws.conn.signatureservice.wsdl.v7 with parameters of type SignatureObjectModifier and TypeMethodDescriptionvoidSignatureServicePortType.verifyDocument(ContextType context, String tvMode, VerifyDocument.OptionalInputs optionalInputs, DocumentType document, SignatureObject signatureObject, boolean includeRevocationInfo, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<VerificationResultType> verificationResult, jakarta.xml.ws.Holder<VerifyDocumentResponse.OptionalOutputs> optionalOutputs) -
Uses of SignatureObject in oasis.names.tc.dss._1_0.core.schema
Fields in oasis.names.tc.dss._1_0.core.schema declared as SignatureObjectModifier and TypeFieldDescriptionprotected SignatureObjectSignResponse.signatureObjectprotected SignatureObjectUpdatedSignatureType.signatureObjectprotected SignatureObjectVerifyRequest.signatureObjectMethods in oasis.names.tc.dss._1_0.core.schema that return SignatureObjectModifier and TypeMethodDescriptionObjectFactory.createSignatureObject()Create an instance ofSignatureObjectSignResponse.getSignatureObject()Gets the value of the signatureObject property.UpdatedSignatureType.getSignatureObject()Gets the value of the signatureObject property.VerifyRequest.getSignatureObject()Gets the value of the signatureObject property.Methods in oasis.names.tc.dss._1_0.core.schema with parameters of type SignatureObjectModifier and TypeMethodDescriptionvoidSignResponse.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property.voidUpdatedSignatureType.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property.voidVerifyRequest.setSignatureObject(SignatureObject value) Sets the value of the signatureObject property.