Class IdentificationResultWithEncryptionKey
- java.lang.Object
-
- no.digipost.api.client.representations.IdentificationResultWithEncryptionKey
-
public class IdentificationResultWithEncryptionKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected EncryptionKey
encryptionKey
protected IdentificationResult
result
-
Constructor Summary
Constructors Constructor Description IdentificationResultWithEncryptionKey()
IdentificationResultWithEncryptionKey(IdentificationResult result, EncryptionKey encryptionKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionKey
getEncryptionKey()
IdentificationResult
getResult()
IdentificationResultCode
getResultCode()
String
toString()
-
-
-
Field Detail
-
result
protected IdentificationResult result
-
encryptionKey
protected EncryptionKey encryptionKey
-
-
Constructor Detail
-
IdentificationResultWithEncryptionKey
public IdentificationResultWithEncryptionKey()
-
IdentificationResultWithEncryptionKey
public IdentificationResultWithEncryptionKey(IdentificationResult result, EncryptionKey encryptionKey)
-
-
Method Detail
-
getResult
public IdentificationResult getResult()
-
getResultCode
public IdentificationResultCode getResultCode()
-
getEncryptionKey
public EncryptionKey getEncryptionKey()
-
-