TrustCore SDK NanoTAP API reference  version 3.0
mtypes.h File Reference

Mocana Types. More...

Go to the source code of this file.

Data Structures

struct  MOC_UUID
 
struct  ubyte16
 Unsigned 16-byte type. More...
 
struct  ubyte8
 Unsigned 8-byte type. More...
 

Typedefs

typedef sbyte byteBoolean
 One-byte boolean type.
 
typedef sbyte4 intBoolean
 Integer boolean type.
 
typedef signed char sbyte
 Default signed 1-byte type.
 
typedef signed short sbyte2
 Default signed 2-byte type.
 
typedef signed int sbyte4
 Default signed 4-byte type.
 
typedef unsigned char ubyte
 Default unsigned 1-byte type.
 
typedef unsigned short ubyte2
 Default unsigned 2-byte type.
 
typedef unsigned int ubyte4
 Default unsigned 4-byte type.
 

Enumerations

enum  dataEncoding {
  DATA_ENCODE_UNDEFINED = 0, DATA_ENCODE_PLAINTEXT, DATA_ENCODE_SHA1, DATA_ENCODE_SHA256,
  DATA_ENCODE_DER, DATA_ENCODE_PEM, DATA_ENCODE_BYTE_BUFFER
}
 
enum  dataType {
  DATA_TYPE_UNDEFINED = 0, DATA_TYPE_PASSWORD, DATA_TYPE_CERT, DATA_TYPE_KEY,
  DATA_TYPE_OBJECT
}
 

Detailed Description

Copyright 2019-2024 DigiCert, Inc. All Rights Reserved. Proprietary and Confidential Material.