Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.oiw
Interface OIWObjectIdentifiers


public interface OIWObjectIdentifiers

OIW organization's OIDs:

id-SHA1 OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 }


Field Summary
static org.bouncycastle.asn1.ASN1ObjectIdentifier desCBC
          OID: 1.3.14.3.2.7
static org.bouncycastle.asn1.ASN1ObjectIdentifier desCFB
          OID: 1.3.14.3.2.9
static org.bouncycastle.asn1.ASN1ObjectIdentifier desECB
          OID: 1.3.14.3.2.6
static org.bouncycastle.asn1.ASN1ObjectIdentifier desEDE
          OID: 1.3.14.3.2.17
static org.bouncycastle.asn1.ASN1ObjectIdentifier desOFB
          OID: 1.3.14.3.2.8
static org.bouncycastle.asn1.ASN1ObjectIdentifier dsaWithSHA1
          OID: 1.3.14.3.2.27
static org.bouncycastle.asn1.ASN1ObjectIdentifier elGamalAlgorithm
          ElGamal Algorithm OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) oiw(14) dirservsig(7) algorithm(2) encryption(1) 1 } OID: 1.3.14.7.2.1.1
static org.bouncycastle.asn1.ASN1ObjectIdentifier idSHA1
          OID: 1.3.14.3.2.26
static org.bouncycastle.asn1.ASN1ObjectIdentifier md4WithRSA
          OID: 1.3.14.3.2.2
static org.bouncycastle.asn1.ASN1ObjectIdentifier md4WithRSAEncryption
          OID: 1.3.14.3.2.4
static org.bouncycastle.asn1.ASN1ObjectIdentifier md5WithRSA
          OID: 1.3.14.3.2.3
static org.bouncycastle.asn1.ASN1ObjectIdentifier sha1WithRSA
          OID: 1.3.14.3.2.29
 

Field Detail

md4WithRSA

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier md4WithRSA
OID: 1.3.14.3.2.2


md5WithRSA

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier md5WithRSA
OID: 1.3.14.3.2.3


md4WithRSAEncryption

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier md4WithRSAEncryption
OID: 1.3.14.3.2.4


desECB

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier desECB
OID: 1.3.14.3.2.6


desCBC

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier desCBC
OID: 1.3.14.3.2.7


desOFB

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier desOFB
OID: 1.3.14.3.2.8


desCFB

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier desCFB
OID: 1.3.14.3.2.9


desEDE

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier desEDE
OID: 1.3.14.3.2.17


idSHA1

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier idSHA1
OID: 1.3.14.3.2.26


dsaWithSHA1

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier dsaWithSHA1
OID: 1.3.14.3.2.27


sha1WithRSA

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier sha1WithRSA
OID: 1.3.14.3.2.29


elGamalAlgorithm

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier elGamalAlgorithm
ElGamal Algorithm OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) oiw(14) dirservsig(7) algorithm(2) encryption(1) 1 } OID: 1.3.14.7.2.1.1


Bouncy Castle Cryptography Library 1.79