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

package com.google.crypto.tink.proto;

import java.util.List;
import com.google.protobuf.MessageOrBuilder;

public interface KeysetInfoOrBuilder extends MessageOrBuilder
{
    int getPrimaryKeyId();
    
    List<KeysetInfo.KeyInfo> getKeyInfoList();
    
    KeysetInfo.KeyInfo getKeyInfo(final int index);
    
    int getKeyInfoCount();
    
    List<? extends KeysetInfo.KeyInfoOrBuilder> getKeyInfoOrBuilderList();
    
    KeysetInfo.KeyInfoOrBuilder getKeyInfoOrBuilder(final int index);
}
