Uses of Class
de.gematik.ws.conn.encryptionservice.v6.KeyOnCardType
Packages that use KeyOnCardType
Package
Description
Copyright (c) 2014, gematik - Gesellschaft für Telematikanwendungen der Gesundheitskarte mbH.
-
Uses of KeyOnCardType in de.gematik.ws.conn.encryptionservice.v6
Fields in de.gematik.ws.conn.encryptionservice.v6 declared as KeyOnCardTypeModifier and TypeFieldDescriptionprotected KeyOnCardTypeEncryptDocument.RecipientKeys.certificateOnCardprotected KeyOnCardTypeDecryptDocument.privateKeyOnCardMethods in de.gematik.ws.conn.encryptionservice.v6 that return KeyOnCardTypeModifier and TypeMethodDescriptionObjectFactory.createKeyOnCardType()Create an instance ofKeyOnCardTypeEncryptDocument.RecipientKeys.getCertificateOnCard()Gets the value of the certificateOnCard property.DecryptDocument.getPrivateKeyOnCard()Gets the value of the privateKeyOnCard property.Methods in de.gematik.ws.conn.encryptionservice.v6 that return types with arguments of type KeyOnCardTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<KeyOnCardType>ObjectFactory.createCertificateOnCard(KeyOnCardType value) jakarta.xml.bind.JAXBElement<KeyOnCardType>ObjectFactory.createPrivateKeyOnCard(KeyOnCardType value) Methods in de.gematik.ws.conn.encryptionservice.v6 with parameters of type KeyOnCardTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<KeyOnCardType>ObjectFactory.createCertificateOnCard(KeyOnCardType value) jakarta.xml.bind.JAXBElement<KeyOnCardType>ObjectFactory.createPrivateKeyOnCard(KeyOnCardType value) voidEncryptDocument.RecipientKeys.setCertificateOnCard(KeyOnCardType value) Sets the value of the certificateOnCard property.voidDecryptDocument.setPrivateKeyOnCard(KeyOnCardType value) Sets the value of the privateKeyOnCard property. -
Uses of KeyOnCardType in de.gematik.ws.conn.encryptionservice.wsdl.v6
Methods in de.gematik.ws.conn.encryptionservice.wsdl.v6 with parameters of type KeyOnCardTypeModifier and TypeMethodDescriptionvoidEncryptionServicePortType.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)