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


Variable Index

 o BOTH_CERTIFICATES
Both Certificates
 o NO_CERTIFICATES
No Certificates
 o ONLY_ENCRYPTION
Only for encryption
 o ONLY_SIGNATURE
Only for signature

Variables

 o NO_CERTIFICATES
 public static final ContextStatus NO_CERTIFICATES
No Certificates

 o BOTH_CERTIFICATES
 public static final ContextStatus BOTH_CERTIFICATES
Both Certificates

 o ONLY_ENCRYPTION
 public static final ContextStatus ONLY_ENCRYPTION
Only for encryption

 o ONLY_SIGNATURE
 public static final ContextStatus ONLY_SIGNATURE
Only for signature


All Packages  Class Hierarchy  This Package  Previous  Next  Index