Initial Commit
This commit is contained in:
8
iTechSharp/srcbc/asn1/kisa/KISAObjectIdentifiers.cs
Normal file
8
iTechSharp/srcbc/asn1/kisa/KISAObjectIdentifiers.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Asn1.Kisa
|
||||
{
|
||||
public abstract class KisaObjectIdentifiers
|
||||
{
|
||||
public static readonly DerObjectIdentifier IdSeedCbc = new DerObjectIdentifier("1.2.410.200004.1.4");
|
||||
public static readonly DerObjectIdentifier IdNpkiAppCmsSeedWrap = new DerObjectIdentifier("1.2.410.200004.7.1.1.1");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user