public class GetEciesDecryptorResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="secretKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sharedInfo2" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
secretKey |
protected String |
sharedInfo2 |
| Constructor and Description |
|---|
GetEciesDecryptorResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSecretKey()
Gets the value of the secretKey property.
|
String |
getSharedInfo2()
Gets the value of the sharedInfo2 property.
|
void |
setSecretKey(String value)
Sets the value of the secretKey property.
|
void |
setSharedInfo2(String value)
Sets the value of the sharedInfo2 property.
|
public String getSecretKey()
Stringpublic void setSecretKey(String value)
value - allowed object is
Stringpublic String getSharedInfo2()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.