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

com.safelayer.rap.api.model.issuance.IssuanceKeysPendingResponse Maven / Gradle / Ivy

Go to download

The PKI Connector RESTAPI is a library that helps developing new PKI Connectors for TrustedX

The newest version!
package com.safelayer.rap.api.model.issuance;

import java.util.Map;

import com.safelayer.rap.api.model.KeyTemplate;

public interface IssuanceKeysPendingResponse extends IssuanceResponse {

	public interface CertificatesKeysPending {
		KeyTemplate getKeyTemplate();
	}
	
	
	Map getTasks();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy