Class SecurityHelper

java.lang.Object
net.simplace.core.service.SecurityHelper

public final class SecurityHelper extends Object
Security Helper provides methods createing and checking signatures and md5-encryptions.
Author:
Andreas Enders
  • Field Details

    • CERTIFICATE_UNCHECKED

      public static final int CERTIFICATE_UNCHECKED
      Constants that represent the following current state of a X509certificate: NOTCHECKED: The certificate has not been checked.
      See Also:
    • CERTIFICATE_VALID

      public static final int CERTIFICATE_VALID
      CERTIFICATE_VALID: The certificate has been checked and is currently valid, that is at the current time.
      See Also:
    • CERTIFICATE_MISSING

      public static final int CERTIFICATE_MISSING
      CERTIFICATE_MISSING: No certificate was given that can be checked.
      See Also:
    • CERTIFICATE_NOT_YET_VALID

      public static final int CERTIFICATE_NOT_YET_VALID
      CERTIFICATE_NOT_YET_VALID: The certificate is at the current time not yet valid,
      See Also:
    • CERTIFICATE_EXPIRED

      public static final int CERTIFICATE_EXPIRED
      CERTIFICATE_EXPIRED: The certificate is at the current time already expired,
      See Also:
    • CERTIFICATE_INVALID

      public static final int CERTIFICATE_INVALID
      CERTIFICATE_INVALID: Any other reason because of that the certificate is invalid.
      See Also:
  • Method Details