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

package org.bouncycastle.asn1.x509.qualified;

import org.bouncycastle.asn1.x509.X509ObjectIdentifiers;
import org.bouncycastle.asn1.ASN1ObjectIdentifier;

public interface RFC3739QCObjectIdentifiers
{
    public static final ASN1ObjectIdentifier id_qcs = X509ObjectIdentifiers.id_pkix.branch("11");
    public static final ASN1ObjectIdentifier id_qcs_pkixQCSyntax_v1 = RFC3739QCObjectIdentifiers.id_qcs.branch("1");
    public static final ASN1ObjectIdentifier id_qcs_pkixQCSyntax_v2 = RFC3739QCObjectIdentifiers.id_qcs.branch("2");
}
