// 
// Decompiled by Procyon v0.6.0
// 

package com.google.crypto.tink;

import com.google.crypto.tink.internal.PrimitiveWrapper;
import java.security.GeneralSecurityException;

@Deprecated
public interface Catalogue<P>
{
    KeyManager<P> getKeyManager(final String typeUrl, final String primitiveName, final int minVersion) throws GeneralSecurityException;
    
    PrimitiveWrapper<?, P> getPrimitiveWrapper() throws GeneralSecurityException;
}
