SigIObjectIdentifiers
namespace Org.BouncyCastle.Asn1.X509.SigI
{
public sealed class SigIObjectIdentifiers
{
public static readonly DerObjectIdentifier IdSigI = new DerObjectIdentifier("1.3.36.8");
public static readonly DerObjectIdentifier IdSigIKP = IdSigI.Branch("2");
public static readonly DerObjectIdentifier IdSigICP = IdSigI.Branch("1");
public static readonly DerObjectIdentifier IdSigION = IdSigI.Branch("4");
public static readonly DerObjectIdentifier IdSigIKPDirectoryService = IdSigIKP.Branch("1");
public static readonly DerObjectIdentifier IdSigIONPersonalData = IdSigION.Branch("1");
public static readonly DerObjectIdentifier IdSigICPSigConform = IdSigICP.Branch("1");
private SigIObjectIdentifiers()
{
}
}
}