All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.identityx.clientSDK.piiSupport.transactionContentProviders.ITransactionContentProvider Maven / Gradle / Ivy

There is a newer version: 5.6.0.2
Show newest version
package com.identityx.clientSDK.piiSupport.transactionContentProviders;

import com.identityx.clientSDK.piiSupport.DisplayPNGCharacteristics;

/*
 * Provides content for the fidoAuthenticationRequest structure
 */
public interface ITransactionContentProvider {

	String getContent();
	String getContent(DisplayPNGCharacteristics descriptor);
	boolean isContentTypeSupported(String contentType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy