All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.asn1.gnu.GNUObjectIdentifiers Maven / Gradle / Ivy

Go to download

The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls. This jar contains APIs for JDK 1.5 to JDK 1.8.

There is a newer version: 1.78.1
Show newest version
package org.bouncycastle.asn1.gnu;

import org.bouncycastle.asn1.ASN1ObjectIdentifier;

/**
 * GNU project OID collection

* { iso(1) identifier-organization(3) dod(6) internet(1) private(4) } == IETF defined things */ public interface GNUObjectIdentifiers { /** * 1.3.6.1.4.1.11591.1 -- used by GNU Radius */ ASN1ObjectIdentifier GNU = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.1"); // GNU Radius /** * 1.3.6.1.4.1.11591.2 -- used by GNU PG */ ASN1ObjectIdentifier GnuPG = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.2"); // GnuPG (Ägypten) /** * 1.3.6.1.4.1.11591.2.1 -- notation */ ASN1ObjectIdentifier notation = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.2.1"); // notation /** * 1.3.6.1.4.1.11591.2.1.1 -- pkaAddress */ ASN1ObjectIdentifier pkaAddress = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.2.1.1"); // pkaAddress /** * 1.3.6.1.4.1.11591.3 -- GNU Radar */ ASN1ObjectIdentifier GnuRadar = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.3"); // GNU Radar /** * 1.3.6.1.4.1.11591.12 -- digestAlgorithm */ ASN1ObjectIdentifier digestAlgorithm = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.12"); // digestAlgorithm /** * 1.3.6.1.4.1.11591.12.2 -- TIGER/192 */ ASN1ObjectIdentifier Tiger_192 = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.12.2"); // TIGER/192 /** * 1.3.6.1.4.1.11591.13 -- encryptionAlgorithm */ ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13"); // encryptionAlgorithm /** * 1.3.6.1.4.1.11591.13.2 -- Serpent */ ASN1ObjectIdentifier Serpent = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2"); // Serpent /** * 1.3.6.1.4.1.11591.13.2.1 -- Serpent-128-ECB */ ASN1ObjectIdentifier Serpent_128_ECB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.1"); // Serpent-128-ECB /** * 1.3.6.1.4.1.11591.13.2.2 -- Serpent-128-CBC */ ASN1ObjectIdentifier Serpent_128_CBC = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.2"); // Serpent-128-CBC /** * 1.3.6.1.4.1.11591.13.2.3 -- Serpent-128-OFB */ ASN1ObjectIdentifier Serpent_128_OFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.3"); // Serpent-128-OFB /** * 1.3.6.1.4.1.11591.13.2.4 -- Serpent-128-CFB */ ASN1ObjectIdentifier Serpent_128_CFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.4"); // Serpent-128-CFB /** * 1.3.6.1.4.1.11591.13.2.21 -- Serpent-192-ECB */ ASN1ObjectIdentifier Serpent_192_ECB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.21"); // Serpent-192-ECB /** * 1.3.6.1.4.1.11591.13.2.22 -- Serpent-192-CCB */ ASN1ObjectIdentifier Serpent_192_CBC = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.22"); // Serpent-192-CBC /** * 1.3.6.1.4.1.11591.13.2.23 -- Serpent-192-OFB */ ASN1ObjectIdentifier Serpent_192_OFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.23"); // Serpent-192-OFB /** * 1.3.6.1.4.1.11591.13.2.24 -- Serpent-192-CFB */ ASN1ObjectIdentifier Serpent_192_CFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.24"); // Serpent-192-CFB /** * 1.3.6.1.4.1.11591.13.2.41 -- Serpent-256-ECB */ ASN1ObjectIdentifier Serpent_256_ECB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.41"); // Serpent-256-ECB /** * 1.3.6.1.4.1.11591.13.2.42 -- Serpent-256-CBC */ ASN1ObjectIdentifier Serpent_256_CBC = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.42"); // Serpent-256-CBC /** * 1.3.6.1.4.1.11591.13.2.43 -- Serpent-256-OFB */ ASN1ObjectIdentifier Serpent_256_OFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.43"); // Serpent-256-OFB /** * 1.3.6.1.4.1.11591.13.2.44 -- Serpent-256-CFB */ ASN1ObjectIdentifier Serpent_256_CFB = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.13.2.44"); // Serpent-256-CFB /** * 1.3.6.1.4.1.11591.14 -- CRC algorithms */ ASN1ObjectIdentifier CRC = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.14"); // CRC algorithms /** * 1.3.6.1.4.1.11591.14,1 -- CRC32 */ ASN1ObjectIdentifier CRC32 = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.14.1"); // CRC 32 /** * 1.3.6.1.4.1.11591.15 - ellipticCurve */ ASN1ObjectIdentifier ellipticCurve = new ASN1ObjectIdentifier("1.3.6.1.4.1.11591.15"); ASN1ObjectIdentifier Ed25519 = ellipticCurve.branch("1"); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy