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

package org.bouncycastle.internal.asn1.microsoft;

import org.bouncycastle.asn1.ASN1ObjectIdentifier;

public interface MicrosoftObjectIdentifiers
{
    public static final ASN1ObjectIdentifier microsoft = new ASN1ObjectIdentifier("1.3.6.1.4.1.311");
    public static final ASN1ObjectIdentifier microsoftCertTemplateV1 = MicrosoftObjectIdentifiers.microsoft.branch("20.2");
    public static final ASN1ObjectIdentifier microsoftCaVersion = MicrosoftObjectIdentifiers.microsoft.branch("21.1");
    public static final ASN1ObjectIdentifier microsoftPrevCaCertHash = MicrosoftObjectIdentifiers.microsoft.branch("21.2");
    public static final ASN1ObjectIdentifier microsoftCrlNextPublish = MicrosoftObjectIdentifiers.microsoft.branch("21.4");
    public static final ASN1ObjectIdentifier microsoftCertTemplateV2 = MicrosoftObjectIdentifiers.microsoft.branch("21.7");
    public static final ASN1ObjectIdentifier microsoftAppPolicies = MicrosoftObjectIdentifiers.microsoft.branch("21.10");
}
