All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.ContextStatus
java.lang.Object
|
+----semper.util.constant.Constant
|
+----semper.certificate.ContextStatus
- public final class ContextStatus
- extends Constant
Constants telling the status of a CertificateContext
-
BOTH_CERTIFICATES
- Both Certificates
-
NO_CERTIFICATES
- No Certificates
-
ONLY_ENCRYPTION
- Only for encryption
-
ONLY_SIGNATURE
- Only for signature
NO_CERTIFICATES
public static final ContextStatus NO_CERTIFICATES
- No Certificates
BOTH_CERTIFICATES
public static final ContextStatus BOTH_CERTIFICATES
- Both Certificates
ONLY_ENCRYPTION
public static final ContextStatus ONLY_ENCRYPTION
- Only for encryption
ONLY_SIGNATURE
public static final ContextStatus ONLY_SIGNATURE
- Only for signature
All Packages Class Hierarchy This Package Previous Next Index