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
-
ENC
- Certificate used for encryption
-
EXCHG
- Certificate used to exchange keys
-
ID
- Key used for identification
-
NYI
- Code for "Not Yet Implemented"
-
SIGN
- Key used for signature
NYI
public static final Scope NYI
- Code for "Not Yet Implemented"
SIGN
public static final Scope SIGN
- Key used for signature
ID
public static final Scope ID
- Key used for identification
EXCHG
public static final Scope EXCHG
- Certificate used to exchange keys
ENC
public static final Scope ENC
- Certificate used for encryption
All Packages Class Hierarchy This Package Previous Next Index