com.didisoft.pgp
Interface TrustLevel


public interface TrustLevel

Holds common trust values

See Also:
KeyStore.isTrusted(long), KeyPairInformation.getTrust()

Field Summary
static byte MARGINAL
          Partially trusted
static byte NONE
          Not trusted or not verified yet
static byte TRUSTED
          Maximum trust
 

Field Detail

TRUSTED

static final byte TRUSTED
Maximum trust

See Also:
Constant Field Values

MARGINAL

static final byte MARGINAL
Partially trusted

See Also:
Constant Field Values

NONE

static final byte NONE
Not trusted or not verified yet

See Also:
Constant Field Values


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