001package org.apache.commons.ssl.org.bouncycastle.asn1.gnu;
002
003import org.apache.commons.ssl.org.bouncycastle.asn1.ASN1ObjectIdentifier;
004
005/**
006 *  GNU project OID collection<p>
007 *  { iso(1) identifier-organization(3) dod(6) internet(1) private(4) } == IETF defined things
008 */
009public interface GNUObjectIdentifiers
010{
011    /** 1.3.6.1.4.1.11591.1 -- used by GNU Radius */
012    public static final ASN1ObjectIdentifier GNU      = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.1"); // GNU Radius
013    /** 1.3.6.1.4.1.11591.2 -- used by GNU PG */
014    public static final ASN1ObjectIdentifier GnuPG    = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.2"); // GnuPG (Ägypten)
015    /** 1.3.6.1.4.1.11591.2.1 -- notation */
016    public static final ASN1ObjectIdentifier notation = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.2.1"); // notation
017    /** 1.3.6.1.4.1.11591.2.1.1 -- pkaAddress */
018    public static final ASN1ObjectIdentifier pkaAddress = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.2.1.1"); // pkaAddress
019    /** 1.3.6.1.4.1.11591.3 -- GNU Radar */
020    public static final ASN1ObjectIdentifier GnuRadar = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.3"); // GNU Radar
021    /** 1.3.6.1.4.1.11591.12 -- digestAlgorithm */
022    public static final ASN1ObjectIdentifier digestAlgorithm = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.12"); // digestAlgorithm
023    /** 1.3.6.1.4.1.11591.12.2 -- TIGER/192 */
024    public static final ASN1ObjectIdentifier Tiger_192 = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.12.2"); // TIGER/192
025    /** 1.3.6.1.4.1.11591.13 -- encryptionAlgorithm */
026    public static final ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13"); // encryptionAlgorithm
027    /** 1.3.6.1.4.1.11591.13.2 -- Serpent */
028    public static final ASN1ObjectIdentifier Serpent = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2"); // Serpent
029    /** 1.3.6.1.4.1.11591.13.2.1 -- Serpent-128-ECB */
030    public static final ASN1ObjectIdentifier Serpent_128_ECB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.1"); // Serpent-128-ECB
031    /** 1.3.6.1.4.1.11591.13.2.2 -- Serpent-128-CBC */
032    public static final ASN1ObjectIdentifier Serpent_128_CBC = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.2"); // Serpent-128-CBC
033    /** 1.3.6.1.4.1.11591.13.2.3 -- Serpent-128-OFB */
034    public static final ASN1ObjectIdentifier Serpent_128_OFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.3"); // Serpent-128-OFB
035    /** 1.3.6.1.4.1.11591.13.2.4 -- Serpent-128-CFB */
036    public static final ASN1ObjectIdentifier Serpent_128_CFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.4"); // Serpent-128-CFB
037    /** 1.3.6.1.4.1.11591.13.2.21 -- Serpent-192-ECB */
038    public static final ASN1ObjectIdentifier Serpent_192_ECB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.21"); // Serpent-192-ECB
039    /** 1.3.6.1.4.1.11591.13.2.22 -- Serpent-192-CCB */
040    public static final ASN1ObjectIdentifier Serpent_192_CBC = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.22"); // Serpent-192-CBC
041    /** 1.3.6.1.4.1.11591.13.2.23 -- Serpent-192-OFB */
042    public static final ASN1ObjectIdentifier Serpent_192_OFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.23"); // Serpent-192-OFB
043    /** 1.3.6.1.4.1.11591.13.2.24 -- Serpent-192-CFB */
044    public static final ASN1ObjectIdentifier Serpent_192_CFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.24"); // Serpent-192-CFB
045    /** 1.3.6.1.4.1.11591.13.2.41 -- Serpent-256-ECB */
046    public static final ASN1ObjectIdentifier Serpent_256_ECB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.41"); // Serpent-256-ECB
047    /** 1.3.6.1.4.1.11591.13.2.42 -- Serpent-256-CBC */
048    public static final ASN1ObjectIdentifier Serpent_256_CBC = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.42"); // Serpent-256-CBC
049    /** 1.3.6.1.4.1.11591.13.2.43 -- Serpent-256-OFB */
050    public static final ASN1ObjectIdentifier Serpent_256_OFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.43"); // Serpent-256-OFB
051    /** 1.3.6.1.4.1.11591.13.2.44 -- Serpent-256-CFB */
052    public static final ASN1ObjectIdentifier Serpent_256_CFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.44"); // Serpent-256-CFB
053
054    /** 1.3.6.1.4.1.11591.14 -- CRC algorithms */
055    public static final ASN1ObjectIdentifier CRC = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.14"); // CRC algorithms
056    /** 1.3.6.1.4.1.11591.14,1 -- CRC32 */
057    public static final ASN1ObjectIdentifier CRC32 = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.14.1"); // CRC 32
058}