KISAObjectIdentifiers.cs 464 B

123456789101112
  1. #if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR)
  2. #pragma warning disable
  3. namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa
  4. {
  5. public abstract class KisaObjectIdentifiers
  6. {
  7. public static readonly DerObjectIdentifier IdSeedCbc = new DerObjectIdentifier("1.2.410.200004.1.4");
  8. public static readonly DerObjectIdentifier IdNpkiAppCmsSeedWrap = new DerObjectIdentifier("1.2.410.200004.7.1.1.1");
  9. }
  10. }
  11. #pragma warning restore
  12. #endif