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

com.uid2.shared.store.IKeysetKeyStore Maven / Gradle / Ivy

package com.uid2.shared.store;

import java.time.Instant;

public interface IKeysetKeyStore {
    public KeysetKeyStoreSnapshot getSnapshot(Instant asOf);
    public KeysetKeyStoreSnapshot getSnapshot();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy