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

package com.google.crypto.tink.hybrid;

import java.security.GeneralSecurityException;
import com.google.crypto.tink.Config;

@Deprecated
public final class HybridEncryptConfig
{
    @Deprecated
    public static void registerStandardKeyTypes() throws GeneralSecurityException {
        Config.register(HybridConfig.TINK_1_0_0);
    }
    
    private HybridEncryptConfig() {
    }
}
