Bouncy Castle Cryptography Library 1.37

org.bouncycastle.asn1.oiw
Interface OIWObjectIdentifiers


public interface OIWObjectIdentifiers


Field Summary
static DERObjectIdentifier desCBC
           
static DERObjectIdentifier dsaWithSHA1
           
static DERObjectIdentifier elGamalAlgorithm
           
static DERObjectIdentifier idSHA1
           
static DERObjectIdentifier md4WithRSA
           
static DERObjectIdentifier md4WithRSAEncryption
           
static DERObjectIdentifier md5WithRSA
           
static DERObjectIdentifier sha1WithRSA
           
 

Field Detail

md4WithRSA

static final DERObjectIdentifier md4WithRSA

md5WithRSA

static final DERObjectIdentifier md5WithRSA

md4WithRSAEncryption

static final DERObjectIdentifier md4WithRSAEncryption

desCBC

static final DERObjectIdentifier desCBC

idSHA1

static final DERObjectIdentifier idSHA1

dsaWithSHA1

static final DERObjectIdentifier dsaWithSHA1

sha1WithRSA

static final DERObjectIdentifier sha1WithRSA

elGamalAlgorithm

static final DERObjectIdentifier elGamalAlgorithm

Bouncy Castle Cryptography Library 1.37