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

package com.google.crypto.tink.tinkkey.internal;

import com.google.crypto.tink.internal.KeyStatusTypeProtoConverter;
import com.google.crypto.tink.proto.KeyStatusType;
import com.google.crypto.tink.tinkkey.TinkKey;
import com.google.crypto.tink.tinkkey.KeyHandle;

public final class InternalKeyHandle extends KeyHandle
{
    public InternalKeyHandle(final TinkKey key, final com.google.crypto.tink.proto.KeyStatusType status, final int keyId) {
        super(key, KeyStatusTypeProtoConverter.fromProto(status), keyId);
    }
}
