Class X509AuthToken
java.lang.Object
jadex.ipc.impl.security.authentication.AuthToken
jadex.ipc.impl.security.authentication.X509AuthToken
Authentication token created with the X509 certificate-based process.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the signing certificate.void
setCertificate
(String certificate) Sets the signing certificate.Methods inherited from class jadex.ipc.impl.security.authentication.AuthToken
getAuthData, setAuthData
-
Field Details
-
certificate
The certificate.
-
-
Constructor Details
-
X509AuthToken
public X509AuthToken()Creates the token.
-
-
Method Details
-
getCertificate
Gets the signing certificate.- Returns:
- The certificate.
-
setCertificate
Sets the signing certificate.- Parameters:
certificate
- The certificate.
-