org.exoplatform.services.security.sso.spnego
Interface DerConstants


public interface DerConstants

Constants needed for unwrapping/wrapping the incoming/outgoing Spnego message.

Author:
Martin Algesten

Field Summary
static byte[] NEGOTIATION_RESULT
           
static byte[] OID_KERBEROS_V5
          Oid for Kerberos proper 1.2.840.113554.1.2.2 .
static byte[] OID_KERBEROS_V5_COMPAT
          Oid for Kerberos with one bit wrong (needed for compatibility reasons) 1.2.840.48018.1.2.2 .
static byte[] OID_SPNEGO
          Oid for SPNEGO 1.3.6.1.5.5.2 .
static byte[] SEQ_POS_0
          Position 0 in TYPE_SEQUENCE (0xa0).
static byte[] SEQ_POS_1
          Position 1 in TYPE_SEQUENCE (0xa1).
static byte[] SEQ_POS_2
          Position 2 in TYPE_SEQUENCE (0xa2).
static byte[] TYPE_APP_CONSTRUCTED_OBJECT
          Type identifier for Application Constructed Objects (0x60).
static byte[] TYPE_OCTET_STRING
          Type identifier for octet strings (0x04).
static byte[] TYPE_SEQUENCE
          Type identifier for sequences (0x30).
static byte[] TYPE_SPNEGO_NEGTOKENINIT
          Type identifier for NegTokenInit messages (0xa0).
static byte[] TYPE_SPNEGO_NEGTOKENTARG
          Type identifier for NegTokenTarg messages (0xa1).
 

Field Detail

TYPE_SPNEGO_NEGTOKENINIT

static final byte[] TYPE_SPNEGO_NEGTOKENINIT
Type identifier for NegTokenInit messages (0xa0).


TYPE_SPNEGO_NEGTOKENTARG

static final byte[] TYPE_SPNEGO_NEGTOKENTARG
Type identifier for NegTokenTarg messages (0xa1).


TYPE_APP_CONSTRUCTED_OBJECT

static final byte[] TYPE_APP_CONSTRUCTED_OBJECT
Type identifier for Application Constructed Objects (0x60).


TYPE_OCTET_STRING

static final byte[] TYPE_OCTET_STRING
Type identifier for octet strings (0x04).


TYPE_SEQUENCE

static final byte[] TYPE_SEQUENCE
Type identifier for sequences (0x30).


SEQ_POS_0

static final byte[] SEQ_POS_0
Position 0 in TYPE_SEQUENCE (0xa0).


SEQ_POS_1

static final byte[] SEQ_POS_1
Position 1 in TYPE_SEQUENCE (0xa1).


SEQ_POS_2

static final byte[] SEQ_POS_2
Position 2 in TYPE_SEQUENCE (0xa2).


OID_SPNEGO

static final byte[] OID_SPNEGO
Oid for SPNEGO 1.3.6.1.5.5.2 .


OID_KERBEROS_V5_COMPAT

static final byte[] OID_KERBEROS_V5_COMPAT
Oid for Kerberos with one bit wrong (needed for compatibility reasons) 1.2.840.48018.1.2.2 .


OID_KERBEROS_V5

static final byte[] OID_KERBEROS_V5
Oid for Kerberos proper 1.2.840.113554.1.2.2 .


NEGOTIATION_RESULT

static final byte[] NEGOTIATION_RESULT


Copyright © 2009 eXo Platform SAS. All Rights Reserved.