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 Booleanprotected InstallTokenprotected URLprotected Stringprotected SystemCertDataprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPin()getTag()inthashCode()isClone()voidvoidsetInstallToken(InstallToken installToken) voidsetMasterURL(URL masterURL) voidvoidsetSystemCert(SystemCertData systemCert) voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
pin
-
installToken
-
tag
-
systemCert
-
clone
-
masterURL
-
-
Constructor Details
-
CertificateSetupRequest
public CertificateSetupRequest()
-
-
Method Details