|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PRAException in com.Sericon.ProductAgents.AutoSSLAgent |
|---|
| Methods in com.Sericon.ProductAgents.AutoSSLAgent that throw PRAException | |
|---|---|
int |
ProductRegistrationAgent.daysUntilCertificateExpires()
Find out how many days until the certificate expires. |
void |
KeystoreAccess.exportSSLCertificate(java.lang.String fileName)
Export the generated SSL certificate into its own file so that it can be viewed with a standard certificate viewer. |
BasicCustomerInfo |
ProductRegistrationAgent.getCustomerInformation()
Gets the basic customer information from the SSL certificate that was provisioned to this application. |
java.security.PrivateKey |
KeystoreAccess.getPrivateKey()
Gets the SSL certificate's private key |
java.security.cert.X509Certificate |
KeystoreAccess.getSSLCertificate()
Gets the SSL certificate |
java.security.cert.X509Certificate |
ProductRegistrationAgent.getSSLCertificate()
Gets the SSL certificate that was provisioned to this application. |
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. |
java.io.File |
ProductRegistrationAgentCSR.provisionSSLCertificate(java.lang.String reservationID,
java.lang.String csrInfo,
AuthorizationInfo authorizationInfo,
java.lang.String email,
int numYears)
Registers this application with the AutoSSL Server and provisions a trusted, signed SSL certificate to that application. |
void |
ProductRegistrationAgent.registerForPeriodicServices(java.lang.Object objectTBD)
Register to connect to services that need to be periodically updated. Register to periodically connect to the Naming Server, a service of the AutoSSL Server that is responsible for all of the DNS names that are managed by the AutoSSL Server. |
void |
ProductRegistrationAgentKeystore.renewSSLCertificate(AuthorizationInfo authorizationInfo,
BasicCustomerInfo customerInfo,
int numYears)
Renews a certificate that's about to expire. |
java.io.File |
ProductRegistrationAgentCSR.renewSSLCertificate(java.lang.String csrInfo,
AuthorizationInfo authorizationInfo,
java.lang.String email,
int numYears)
Renews a certificate that's about to expire. |
java.lang.String |
ProductRegistrationAgent.reserveServerID(java.lang.String baseDomain,
java.lang.String serverID,
java.lang.String serverPassword)
Queries whether or not the serverID is in use, and if it isn't, reserves it. |
void |
BasicCustomerInfo.validate()
Validate that this object is well-formed. |
void |
ProductRegistrationAgent.validateLocationInformation(java.lang.String countryCode,
java.lang.String state,
java.lang.String city)
This is a convenience method to validate that a user's location information is well-formed. |
| Constructors in com.Sericon.ProductAgents.AutoSSLAgent that throw PRAException | |
|---|---|
ProductRegistrationAgentCSR(StatusCheck statusCheck,
java.lang.String autosslServerHost,
int autosslServerPort,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String storedInfoDirectory,
java.util.Locale locale)
Construct a ProductRegistrationAgentCSR object |
|
ProductRegistrationAgentKeystore(StatusCheck statusCheck,
java.lang.String autosslServerHost,
int autosslServerPort,
java.lang.String productName,
java.lang.String productVersion,
java.lang.String storedInfoDirectory,
java.util.Locale locale)
Construct a ProductRegistrationAgent |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||