Class Overview
This class defines profile to setup Certiticate Signing Request (CSR)
template. See also ClientCertificateManager
.
Summary
Nested Classes |
enum |
CSRProfile.CSRFormat |
Certrificat Signing Request format |
enum |
CSRProfile.KeyAlgorithm |
Key Algorith Type |
enum |
CSRProfile.ProfileType |
Certificate enrollment protocol types |
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
public
String
commonName
Since: API level 12
Common Name (CN) attribute to be included in CSR.
public
String
country
Since: API level 12
Country (C) attribute to be included in CSR.
public
String
domainComponent
Since: API level 12
Domain Component (DC) attribute to be included in CSR.
public
String
emailAddress
Since: API level 12
Email address attribute to be included in CSR.
Since: API level 12
CSR Key Algorithm type. Supported algorithm type is
RSA
.
public
int
keyLength
Since: API level 12
CSR Key Length. 1024 or 2048. Default is 1024.
public
String
locality
Since: API level 12
Locality (L) attribute to be included in CSR.
public
String
organization
Since: API level 12
Organization (O) attribute to be included in CSR.
Since: API level 12
Certificate enrollment protocol. Default - SCEP
public
String
state
Since: API level 12
State (ST) attribute to be included in CSR.
public
String
templateName
Since: API level 12
CSR template name. Template name is mandatory and the same template name
should be used while generating CSR. Maximum supported template name
length is 223 bytes.
Public Constructors