All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.Scope

java.lang.Object
   |
   +----semper.util.constant.Constant
           |
           +----semper.certificate.Scope

public final class Scope
extends Constant
Constants for scope of certificates


Variable Index

 o ENC
Certificate used for encryption
 o EXCHG
Certificate used to exchange keys
 o ID
Key used for identification
 o NYI
Code for "Not Yet Implemented"
 o SIGN
Key used for signature

Variables

 o NYI
 public static final Scope NYI
Code for "Not Yet Implemented"

 o SIGN
 public static final Scope SIGN
Key used for signature

 o ID
 public static final Scope ID
Key used for identification

 o EXCHG
 public static final Scope EXCHG
Certificate used to exchange keys

 o ENC
 public static final Scope ENC
Certificate used for encryption


All Packages  Class Hierarchy  This Package  Previous  Next  Index