Interface CertificateServicePortType
public interface CertificateServicePortType
This class was generated by the JAX-WS RI.
JAX-WS RI 3.0.0
Generated source version: 3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckCertificateExpiration(String cardHandle, ContextType context, CryptType crypt, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<List<CertificateExpirationType>> certificateExpiration) voidreadCardCertificate(String cardHandle, ContextType context, ReadCardCertificate.CertRefList certRefList, CryptType crypt, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<X509DataInfoListType> x509DataInfoList) voidverifyCertificate(ContextType context, byte[] x509Certificate, XMLGregorianCalendar verificationTime, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<VerifyCertificateResponse.VerificationStatus> verificationStatus, jakarta.xml.ws.Holder<VerifyCertificateResponse.RoleList> roleList)
-
Method Details
-
checkCertificateExpiration
@RequestWrapper(localName="CheckCertificateExpiration", targetNamespace="http://ws.gematik.de/conn/CertificateService/v6.0", className="de.gematik.ws.conn.certificateservice.v6.CheckCertificateExpiration") @ResponseWrapper(localName="CheckCertificateExpirationResponse", targetNamespace="http://ws.gematik.de/conn/CertificateService/v6.0", className="de.gematik.ws.conn.certificateservice.v6.CheckCertificateExpirationResponse") void checkCertificateExpiration(String cardHandle, ContextType context, CryptType crypt, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<List<CertificateExpirationType>> certificateExpiration) throws FaultMessage - Parameters:
crypt-context-certificateExpiration-cardHandle-status-- Throws:
FaultMessage
-
readCardCertificate
@RequestWrapper(localName="ReadCardCertificate", targetNamespace="http://ws.gematik.de/conn/CertificateService/v6.0", className="de.gematik.ws.conn.certificateservice.v6.ReadCardCertificate") @ResponseWrapper(localName="ReadCardCertificateResponse", targetNamespace="http://ws.gematik.de/conn/CertificateService/v6.0", className="de.gematik.ws.conn.certificateservice.v6.ReadCardCertificateResponse") void readCardCertificate(String cardHandle, ContextType context, ReadCardCertificate.CertRefList certRefList, CryptType crypt, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<X509DataInfoListType> x509DataInfoList) throws FaultMessage - Parameters:
x509DataInfoList-crypt-context-cardHandle-certRefList-status-- Throws:
FaultMessage
-
verifyCertificate
@RequestWrapper(localName="VerifyCertificate", targetNamespace="http://ws.gematik.de/conn/CertificateService/v6.0", className="de.gematik.ws.conn.certificateservice.v6.VerifyCertificate") @ResponseWrapper(localName="VerifyCertificateResponse", targetNamespace="http://ws.gematik.de/conn/CertificateService/v6.0", className="de.gematik.ws.conn.certificateservice.v6.VerifyCertificateResponse") void verifyCertificate(ContextType context, byte[] x509Certificate, XMLGregorianCalendar verificationTime, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<VerifyCertificateResponse.VerificationStatus> verificationStatus, jakarta.xml.ws.Holder<VerifyCertificateResponse.RoleList> roleList) throws FaultMessage - Parameters:
verificationStatus-verificationTime-context-roleList-x509Certificate-status-- Throws:
FaultMessage
-