com.uid2.enclave.IOperatorKeyRetriever Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of uid2-attestation-api Show documentation
Show all versions of uid2-attestation-api Show documentation
Interfaces for enclave attestation process
package com.uid2.enclave;
public interface IOperatorKeyRetriever {
public String retrieve();
}