Package com.netscape.certsrv.system
Class CertificateSetupRequest
java.lang.Object
com.netscape.certsrv.system.CertificateSetupRequest
- All Implemented Interfaces:
JSONSerializer
- Author:
- alee
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected InstallToken
protected URL
protected String
protected SystemCertData
protected String
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getPin()
getTag()
int
hashCode()
isClone()
void
void
setInstallToken
(InstallToken installToken) void
setMasterURL
(URL masterURL) void
void
setSystemCert
(SystemCertData systemCert) void
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
pin
-
installToken
-
tag
-
systemCert
-
clone
-
masterURL
-
-
Constructor Details
-
CertificateSetupRequest
public CertificateSetupRequest()
-
-
Method Details