Uses of Class
no.digipost.api.client.representations.IdentificationResult
-
Packages that use IdentificationResult Package Description no.digipost.api.client no.digipost.api.client.representations Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of IdentificationResult in no.digipost.api.client
Methods in no.digipost.api.client that return IdentificationResult Modifier and Type Method Description IdentificationResult
DigipostClient. identifyRecipient(Identification identification)
-
Uses of IdentificationResult in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as IdentificationResult Modifier and Type Field Description protected IdentificationResult
IdentificationResultWithEncryptionKey. result
Methods in no.digipost.api.client.representations that return IdentificationResult Modifier and Type Method Description static IdentificationResult
IdentificationResult. digipost(String digipostAddress)
IdentificationResult
IdentificationResultWithEncryptionKey. getResult()
Constructors in no.digipost.api.client.representations with parameters of type IdentificationResult Constructor Description IdentificationResultWithEncryptionKey(IdentificationResult result, EncryptionKey encryptionKey)
-