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(org.xipki.scep.transaction.Operation operation)StringbuildGetUrl(org.xipki.scep.transaction.Operation operation, String message)StringbuildPostUrl(org.xipki.scep.transaction.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(org.xipki.scep.transaction.Operation operation)
-
buildGetUrl
public String buildGetUrl(org.xipki.scep.transaction.Operation operation, String message)
-
buildPostUrl
public String buildPostUrl(org.xipki.scep.transaction.Operation operation)
-
-