com.didisoft.pgp
Interface ContentDataType


public interface ContentDataType

Interface that lists the supported content type settings for OpenPGP archives


Field Summary
static char BINARY
          indicates Binary content in the OpenPGP archive
static char TEXT
          indicates Text content in the OpenPGP archive
static char UTF8
          indicates UTF-8 Text content in the OpenPGP archive
 

Field Detail

BINARY

static final char BINARY
indicates Binary content in the OpenPGP archive

See Also:
Constant Field Values

TEXT

static final char TEXT
indicates Text content in the OpenPGP archive

See Also:
Constant Field Values

UTF8

static final char UTF8
indicates UTF-8 Text content in the OpenPGP archive

See Also:
Constant Field Values


Copyright © 2006-2013 DidiSoft Ltd. All Rights Reserved.