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

package com.google.crypto.tink.proto;

import com.google.protobuf.ByteString;
import com.google.protobuf.MessageOrBuilder;

public interface KeyTemplateOrBuilder extends MessageOrBuilder
{
    String getTypeUrl();
    
    ByteString getTypeUrlBytes();
    
    ByteString getValue();
    
    int getOutputPrefixTypeValue();
    
    OutputPrefixType getOutputPrefixType();
}
