Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.oiw
Interface OIWObjectIdentifiers


public interface OIWObjectIdentifiers


Field Summary
static ASN1ObjectIdentifier desCBC
           
static ASN1ObjectIdentifier desCFB
           
static ASN1ObjectIdentifier desECB
           
static ASN1ObjectIdentifier desEDE
           
static ASN1ObjectIdentifier desOFB
           
static ASN1ObjectIdentifier dsaWithSHA1
           
static ASN1ObjectIdentifier elGamalAlgorithm
           
static ASN1ObjectIdentifier idSHA1
           
static ASN1ObjectIdentifier md4WithRSA
           
static ASN1ObjectIdentifier md4WithRSAEncryption
           
static ASN1ObjectIdentifier md5WithRSA
           
static ASN1ObjectIdentifier sha1WithRSA
           
 

Field Detail

md4WithRSA

static final ASN1ObjectIdentifier md4WithRSA

md5WithRSA

static final ASN1ObjectIdentifier md5WithRSA

md4WithRSAEncryption

static final ASN1ObjectIdentifier md4WithRSAEncryption

desECB

static final ASN1ObjectIdentifier desECB

desCBC

static final ASN1ObjectIdentifier desCBC

desOFB

static final ASN1ObjectIdentifier desOFB

desCFB

static final ASN1ObjectIdentifier desCFB

desEDE

static final ASN1ObjectIdentifier desEDE

idSHA1

static final ASN1ObjectIdentifier idSHA1

dsaWithSHA1

static final ASN1ObjectIdentifier dsaWithSHA1

sha1WithRSA

static final ASN1ObjectIdentifier sha1WithRSA

elGamalAlgorithm

static final ASN1ObjectIdentifier elGamalAlgorithm

Bouncy Castle Cryptography 1.46