public class TSSettings
extends java.lang.Object
Constructor and Description |
---|
TSSettings(java.lang.String hostUrl)
Zaman Damgası Sunucusu bağlantı parametrelerini oluşturur
|
TSSettings(java.lang.String hostUrl,
tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
Zaman Damgası Sunucusu bağlantı parametrelerini oluşturur
|
TSSettings(java.lang.String hostUrl,
int customerID,
char[] customerPassword)
Zaman Damgası Sunucusu bağlantı parametrelerini oluşturur
|
TSSettings(java.lang.String hostUrl,
int customerID,
char[] customerPassword,
tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
Zaman Damgası Sunucusu bağlantı parametrelerini oluşturur
|
TSSettings(java.lang.String hostUrl,
int customerID,
java.lang.String customerPassword)
Zaman Damgası Sunucusu bağlantı parametrelerini oluşturur
|
TSSettings(java.lang.String hostUrl,
int customerID,
java.lang.String customerPassword,
tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
Zaman Damgası Sunucusu bağlantı parametrelerini oluşturur
|
TSSettings(java.lang.String hostUrl,
int customerID,
java.lang.String customerPassword,
int connectionTimeOut)
Time Stampt Server connection parameters
|
TSSettings(java.lang.String hostUrl,
int customerID,
java.lang.String customerPassword,
int connectionTimeOut,
tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
Time Stampt Server connection parameters
|
Modifier and Type | Method and Description |
---|---|
int |
getConnectionTimeOut()
Returns the ConnectionTimeOut(millisecond) of TSSetting
|
int |
getCustomerID()
Returns the CustomerID of TSSetting
|
java.lang.String |
getCustomerPassword()
Returns the CustomerPassword of TSSetting
|
tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg |
getDigestAlg()
Returns the DigestAlg of TSSetting
|
java.lang.String |
getHostUrl()
Returns the HostUrl of TSSetting
|
boolean |
isUseIdentity()
Checks whether TSSettings has CustomerID and CustomerPassword.
|
public TSSettings(java.lang.String hostUrl)
hostUrl
- Sunucu Adresi(http://127.0.0.1:8080/zd ..... gibi)public TSSettings(java.lang.String hostUrl, tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
hostUrl
- Sunucu Adresi(http://127.0.0.1:8080/zd ..... gibi)digestAlg
- Digest Algoritmasıpublic TSSettings(java.lang.String hostUrl, int customerID, java.lang.String customerPassword)
hostUrl
- Sunucu Adresi(http://127.0.0.1:8080/zd ..... gibi)customerID
- Kullanıcı NumarasıcustomerPassword
- Kullanıcı Parolasıpublic TSSettings(java.lang.String hostUrl, int customerID, java.lang.String customerPassword, tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
hostUrl
- Sunucu Adresi(http://127.0.0.1:8080/zd ..... gibi)customerID
- Kullanıcı NumarasıcustomerPassword
- Kullanıcı ParolasıdigestAlg
- Digest Algoritmasıpublic TSSettings(java.lang.String hostUrl, int customerID, java.lang.String customerPassword, int connectionTimeOut)
hostUrl
- Server address (ex: http://127.0.0.1:8080/zd .....)customerID
- user idcustomerPassword
- user passwordconnectionTimeOut
- connection time out in milisecondspublic TSSettings(java.lang.String hostUrl, int customerID, java.lang.String customerPassword, int connectionTimeOut, tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
hostUrl
- Server address (ex: http://127.0.0.1:8080/zd .....)customerID
- user idcustomerPassword
- user passwordconnectionTimeOut
- connection time out in milisecondsdigestAlg
- Digest Algoritmasıpublic TSSettings(java.lang.String hostUrl, int customerID, char[] customerPassword)
hostUrl
- Sunucu Adresi(http://127.0.0.1:8080/zd ..... gibi)customerID
- Kullanıcı NumarasıcustomerPassword
- Kullanıcı Parolasıpublic TSSettings(java.lang.String hostUrl, int customerID, char[] customerPassword, tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
hostUrl
- Sunucu Adresi(http://127.0.0.1:8080/zd ..... gibi)customerID
- Kullanıcı NumarasıcustomerPassword
- Kullanıcı ParolasıdigestAlg
- Digest Algoritmasıpublic java.lang.String getHostUrl()
public boolean isUseIdentity()
public int getCustomerID()
public java.lang.String getCustomerPassword()
public int getConnectionTimeOut()
public tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg getDigestAlg()
Copyright © 2025. All rights reserved.