public class CSRResponse extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CSRResponse.AttributeAttribute. | 
| Constructor and Description | 
|---|
| CSRResponse(String objectId,
           String description,
           String scope,
           boolean isTemporal,
           List<CSRResponse.Attribute> subject,
           String algorithm,
           int keySize,
           String pemEncoding)Instantiates a new CSR response. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAlgorithm()Gets algorithm. | 
| String | getDescription()Gets description | 
| int | getKeySize()Gets keySize. | 
| String | getObjectId()Gets objectId | 
| String | getPemEncoding()Gets pemEncoding. | 
| String | getScope()Gets scope. | 
| List<CSRResponse.Attribute> | getSubject()Gets subject. | 
| boolean | isTemporal()Gets isTemporal. | 
public CSRResponse(String objectId, String description, String scope, boolean isTemporal, List<CSRResponse.Attribute> subject, String algorithm, int keySize, String pemEncoding)
objectId - the object iddescription - the descriptionscope - the scopeisTemporal - the is temporalsubject - the subjectalgorithm - the algorithmkeySize - the key sizepemEncoding - the pem encodingpublic String getScope()
String the scopepublic boolean isTemporal()
Whether or not the CSR is temporal
public List<CSRResponse.Attribute> getSubject()
The list of attributes of the CSR request. X509 field name: https://tools.ietf.org/html/rfc5280#section-4.1
List of CSRResponse.Attribute the subjectpublic String getAlgorithm()
The private key algorithm. Options are RSA or DSA. Default is RSA. Note: SSL VPN-Plus supports RSA certificates only
String the algorithmpublic int getKeySize()
The key size in bits. The default and minimum is 2048 bits
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.