Class X509AuthToken

java.lang.Object
jadex.ipc.impl.security.authentication.AuthToken
jadex.ipc.impl.security.authentication.X509AuthToken

public class X509AuthToken extends AuthToken
Authentication token created with the X509 certificate-based process.
  • Field Details

    • certificate

      protected String certificate
      The certificate.
  • Constructor Details

    • X509AuthToken

      public X509AuthToken()
      Creates the token.
  • Method Details

    • getCertificate

      public String getCertificate()
      Gets the signing certificate.
      Returns:
      The certificate.
    • setCertificate

      public void setCertificate(String certificate)
      Sets the signing certificate.
      Parameters:
      certificate - The certificate.