Package io.getlime.powerauth.soap.v3
Class GetEciesDecryptorResponse
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.GetEciesDecryptorResponse
-
public class GetEciesDecryptorResponse extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringsecretKeyprotected java.lang.StringsharedInfo2
-
Constructor Summary
Constructors Constructor Description GetEciesDecryptorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSecretKey()Gets the value of the secretKey property.java.lang.StringgetSharedInfo2()Gets the value of the sharedInfo2 property.voidsetSecretKey(java.lang.String value)Sets the value of the secretKey property.voidsetSharedInfo2(java.lang.String value)Sets the value of the sharedInfo2 property.
-
-
-
Method Detail
-
getSecretKey
public java.lang.String getSecretKey()
Gets the value of the secretKey property.- Returns:
- possible object is
String
-
setSecretKey
public void setSecretKey(java.lang.String value)
Sets the value of the secretKey property.- Parameters:
value- allowed object isString
-
getSharedInfo2
public java.lang.String getSharedInfo2()
Gets the value of the sharedInfo2 property.- Returns:
- possible object is
String
-
setSharedInfo2
public void setSharedInfo2(java.lang.String value)
Sets the value of the sharedInfo2 property.- Parameters:
value- allowed object isString
-
-