Uses of Class
com.Sericon.ProductAgents.AutoSSLAgent.BasicCustomerInfo

Uses of BasicCustomerInfo in com.Sericon.ProductAgents.AutoSSLAgent
 

Methods in com.Sericon.ProductAgents.AutoSSLAgent that return BasicCustomerInfo
 BasicCustomerInfo ProductRegistrationAgent.getCustomerInformation()
          Gets the basic customer information from the SSL certificate that was provisioned to this application.
 

Methods in com.Sericon.ProductAgents.AutoSSLAgent with parameters of type BasicCustomerInfo
 void ProductRegistrationAgentKeystore.provisionSSLCertificate(java.lang.String reservationID, AuthorizationInfo authorizationInfo, BasicCustomerInfo customerInfo, int numYears)
          Registers this application with the AutoSSL Server and provisions a trusted, signed SSL certificate to that application.
 void ProductRegistrationAgentKeystore.renewSSLCertificate(AuthorizationInfo authorizationInfo, BasicCustomerInfo customerInfo, int numYears)
          Renews a certificate that's about to expire.