Class KeyOnCardType
java.lang.Object
de.gematik.ws.conn.encryptionservice.v6.KeyOnCardType
Java class for KeyOnCardType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyOnCardType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}CardHandle"/>
<element name="KeyReference" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="Crypt" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="RSA"/>
<enumeration value="ECC"/>
<enumeration value="RSA_ECC"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHandle property.getCrypt()Gets the value of the crypt property.Gets the value of the keyReference property.voidsetCardHandle(String value) Sets the value of the cardHandle property.voidSets the value of the crypt property.voidsetKeyReference(String value) Sets the value of the keyReference property.
-
Field Details
-
cardHandle
-
keyReference
-
crypt
-
-
Constructor Details
-
KeyOnCardType
public KeyOnCardType()
-
-
Method Details
-
getCardHandle
Gets the value of the cardHandle property.- Returns:
- possible object is
String
-
setCardHandle
Sets the value of the cardHandle property.- Parameters:
value- allowed object isString
-
getKeyReference
Gets the value of the keyReference property.- Returns:
- possible object is
String
-
setKeyReference
Sets the value of the keyReference property.- Parameters:
value- allowed object isString
-
getCrypt
Gets the value of the crypt property.- Returns:
- possible object is
String
-
setCrypt
Sets the value of the crypt property.- Parameters:
value- allowed object isString
-