Bouncy Castle Cryptography Library 1.81

org.bouncycastle.asn1.iana
Interface IANAObjectIdentifiers


public interface IANAObjectIdentifiers

IANA: { iso(1) identifier-organization(3) dod(6) internet(1) } == IETF defined things


Field Summary
static org.bouncycastle.asn1.ASN1ObjectIdentifier _private
          1.3.6.1.4:
static org.bouncycastle.asn1.ASN1ObjectIdentifier directory
          1.3.6.1.1: Internet directory: X.500
static org.bouncycastle.asn1.ASN1ObjectIdentifier experimental
          1.3.6.1.3:
static org.bouncycastle.asn1.ASN1ObjectIdentifier hmacMD5
          IPSEC ISAKMP-Oakley hmacMD5 OID: 1.3.6.1.5.5.8.1.1
static org.bouncycastle.asn1.ASN1ObjectIdentifier hmacRIPEMD160
          IPSEC ISAKMP-Oakley hmacRIPEMD160 OID: 1.3.6.1.5.5.8.1.4
static org.bouncycastle.asn1.ASN1ObjectIdentifier hmacSHA1
          IPSEC ISAKMP-Oakley hmacSHA1 OID: 1.3.6.1.5.5.8.1.2
static org.bouncycastle.asn1.ASN1ObjectIdentifier hmacTIGER
          IPSEC ISAKMP-Oakley hmacTIGER OID: 1.3.6.1.5.5.8.1.3
static org.bouncycastle.asn1.ASN1ObjectIdentifier internet
          { iso(1) identifier-organization(3) dod(6) internet(1) } == IETF defined things
static org.bouncycastle.asn1.ASN1ObjectIdentifier ipsec
          IPSEC base OID: 1.3.6.1.5.5.8
static org.bouncycastle.asn1.ASN1ObjectIdentifier isakmpOakley
          IPSEC ISAKMP-Oakley OID: 1.3.6.1.5.5.8.1
static org.bouncycastle.asn1.ASN1ObjectIdentifier mail
          1.3.6.1.7: mail -- never really used
static org.bouncycastle.asn1.ASN1ObjectIdentifier mgmt
          1.3.6.1.2: Internet management
static org.bouncycastle.asn1.ASN1ObjectIdentifier pkix
          PKIX base OID: 1.3.6.1.5.5.7
static org.bouncycastle.asn1.ASN1ObjectIdentifier security
          1.3.6.1.5: Security services
static org.bouncycastle.asn1.ASN1ObjectIdentifier security_mechanisms
          IANA security mechanisms; 1.3.6.1.5.5
static org.bouncycastle.asn1.ASN1ObjectIdentifier security_nametypes
          IANA security nametypes; 1.3.6.1.5.6
static org.bouncycastle.asn1.ASN1ObjectIdentifier SNMPv2
          1.3.6.1.6: SNMPv2 -- never really used
 

Field Detail

internet

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier internet
{ iso(1) identifier-organization(3) dod(6) internet(1) } == IETF defined things


directory

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier directory
1.3.6.1.1: Internet directory: X.500


mgmt

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier mgmt
1.3.6.1.2: Internet management


experimental

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier experimental
1.3.6.1.3:


_private

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier _private
1.3.6.1.4:


security

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier security
1.3.6.1.5: Security services


SNMPv2

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier SNMPv2
1.3.6.1.6: SNMPv2 -- never really used


mail

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier mail
1.3.6.1.7: mail -- never really used


security_mechanisms

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier security_mechanisms
IANA security mechanisms; 1.3.6.1.5.5


security_nametypes

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier security_nametypes
IANA security nametypes; 1.3.6.1.5.6


pkix

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier pkix
PKIX base OID: 1.3.6.1.5.5.7


ipsec

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ipsec
IPSEC base OID: 1.3.6.1.5.5.8


isakmpOakley

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier isakmpOakley
IPSEC ISAKMP-Oakley OID: 1.3.6.1.5.5.8.1


hmacMD5

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier hmacMD5
IPSEC ISAKMP-Oakley hmacMD5 OID: 1.3.6.1.5.5.8.1.1


hmacSHA1

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier hmacSHA1
IPSEC ISAKMP-Oakley hmacSHA1 OID: 1.3.6.1.5.5.8.1.2


hmacTIGER

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier hmacTIGER
IPSEC ISAKMP-Oakley hmacTIGER OID: 1.3.6.1.5.5.8.1.3


hmacRIPEMD160

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier hmacRIPEMD160
IPSEC ISAKMP-Oakley hmacRIPEMD160 OID: 1.3.6.1.5.5.8.1.4


Bouncy Castle Cryptography Library 1.81