Package org.xipki.scep.client
Class CaIdentifier
- java.lang.Object
-
- org.xipki.scep.client.CaIdentifier
-
public class CaIdentifier extends Object
CA identifier.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CaIdentifier(String serverUrl, String profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildGetUrl(Operation operation)StringbuildGetUrl(Operation operation, String message)StringbuildPostUrl(Operation operation)booleanequals(Object object)StringgetProfile()StringgetUrl()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
CaIdentifier
public CaIdentifier(String serverUrl, String profile) throws MalformedURLException
- Throws:
MalformedURLException
-
-
Method Detail
-
getUrl
public String getUrl()
-
getProfile
public String getProfile()
-
buildGetUrl
public String buildGetUrl(Operation operation) throws TransactionException
- Throws:
TransactionException
-
-