Package io.mosip.mimoto.util
Class AttestationOnlineVerify
- java.lang.Object
-
- io.mosip.mimoto.util.AttestationOnlineVerify
-
@Component public class AttestationOnlineVerify extends Object
Verify the device attestation statement online. You must add your API key for the Android Device Verification API here (#API_KEY), otherwise all requests will fail.
-
-
Constructor Summary
Constructors Constructor Description AttestationOnlineVerify()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttestationStatementparseAndVerify(String signedAttestationStatment)
-
-
-
Method Detail
-
parseAndVerify
public AttestationStatement parseAndVerify(String signedAttestationStatment) throws Exception
- Throws:
Exception
-
-