public static class MidAuthentication.MobileIdAuthenticationBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
MidAuthentication |
build() |
MidAuthentication.MobileIdAuthenticationBuilder |
withAlgorithmName(String algorithmName) |
MidAuthentication.MobileIdAuthenticationBuilder |
withCertificate(X509Certificate certificate) |
MidAuthentication.MobileIdAuthenticationBuilder |
withHashType(MidHashType hashType) |
MidAuthentication.MobileIdAuthenticationBuilder |
withResult(String result) |
MidAuthentication.MobileIdAuthenticationBuilder |
withSignatureValueInBase64(String signatureValueInBase64) |
MidAuthentication.MobileIdAuthenticationBuilder |
withSignedHashInBase64(String signedHashInBase64) |
public MidAuthentication.MobileIdAuthenticationBuilder withResult(String result)
public MidAuthentication.MobileIdAuthenticationBuilder withSignedHashInBase64(String signedHashInBase64)
public MidAuthentication.MobileIdAuthenticationBuilder withHashType(MidHashType hashType)
public MidAuthentication.MobileIdAuthenticationBuilder withSignatureValueInBase64(String signatureValueInBase64)
public MidAuthentication.MobileIdAuthenticationBuilder withAlgorithmName(String algorithmName)
public MidAuthentication.MobileIdAuthenticationBuilder withCertificate(X509Certificate certificate)
public MidAuthentication build()
Copyright © 2019. All rights reserved.