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

package com.google.crypto.tink;

import com.google.errorprone.annotations.Immutable;
import com.google.errorprone.annotations.CheckReturnValue;

@CheckReturnValue
@Immutable
public final class InsecureSecretKeyAccess
{
    private InsecureSecretKeyAccess() {
    }
    
    public static SecretKeyAccess get() {
        return SecretKeyAccess.instance();
    }
}
