Uses of Enum Class
de.gematik.ws.conn.certificateservice.v6.CryptType
Packages that use CryptType
Package
Description
Copyright (c) 2012, gematik - Gesellschaft für Telematikanwendungen der Gesundheitskarte mbH.
-
Uses of CryptType in de.gematik.ws.conn.certificateservice.v6
Fields in de.gematik.ws.conn.certificateservice.v6 declared as CryptTypeModifier and TypeFieldDescriptionprotected CryptTypeCheckCertificateExpiration.cryptprotected CryptTypeReadCardCertificate.cryptMethods in de.gematik.ws.conn.certificateservice.v6 that return CryptTypeModifier and TypeMethodDescriptionstatic CryptTypeCheckCertificateExpiration.getCrypt()Gets the value of the crypt property.ReadCardCertificate.getCrypt()Gets the value of the crypt property.static CryptTypeReturns the enum constant of this class with the specified name.static CryptType[]CryptType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.ws.conn.certificateservice.v6 with parameters of type CryptType -
Uses of CryptType in de.gematik.ws.conn.certificateservice.wsdl.v6
Methods in de.gematik.ws.conn.certificateservice.wsdl.v6 with parameters of type CryptTypeModifier and TypeMethodDescriptionvoidCertificateServicePortType.checkCertificateExpiration(String cardHandle, ContextType context, CryptType crypt, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<List<CertificateExpirationType>> certificateExpiration) voidCertificateServicePortType.readCardCertificate(String cardHandle, ContextType context, ReadCardCertificate.CertRefList certRefList, CryptType crypt, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<X509DataInfoListType> x509DataInfoList)