edu.berkeley.psi.tagged.api
Interface TaggedConst


public interface TaggedConst


Field Summary
static int MD2Digest
           
static int MD5Digest
           
static int nullPtr
           
static int Opaque
           
static int SHA1Digest
           
static int SHA256Digest
           
static int SHA384Digest
           
static int SHA512Digest
           
static int TaggedBufferElement
           
static int TKeyPair
           
static int TName
           
static int TPrivKey
           
static int TPubKey
           
static int TQuote
           
static int TReference
           
static int TSignature
           
 

Field Detail

nullPtr

static final int nullPtr
See Also:
Constant Field Values

SHA1Digest

static final int SHA1Digest
See Also:
Constant Field Values

SHA256Digest

static final int SHA256Digest
See Also:
Constant Field Values

SHA384Digest

static final int SHA384Digest
See Also:
Constant Field Values

SHA512Digest

static final int SHA512Digest
See Also:
Constant Field Values

MD5Digest

static final int MD5Digest
See Also:
Constant Field Values

MD2Digest

static final int MD2Digest
See Also:
Constant Field Values

Opaque

static final int Opaque
See Also:
Constant Field Values

TaggedBufferElement

static final int TaggedBufferElement
See Also:
Constant Field Values

TQuote

static final int TQuote
See Also:
Constant Field Values

TReference

static final int TReference
See Also:
Constant Field Values

TKeyPair

static final int TKeyPair
See Also:
Constant Field Values

TPubKey

static final int TPubKey
See Also:
Constant Field Values

TPrivKey

static final int TPrivKey
See Also:
Constant Field Values

TName

static final int TName
See Also:
Constant Field Values

TSignature

static final int TSignature
See Also:
Constant Field Values