public class PCCertificateInfo
extends java.lang.Object
PCUser
Modifier and Type | Class and Description |
---|---|
static class |
PCCertificateInfo.Status |
Modifier and Type | Method and Description |
---|---|
java.security.cert.X509Certificate |
getCertificate()
Retuens certificate as
X509Certificate object |
byte[] |
getCertRequest()
Returns the value of CSR
|
byte[] |
getRawCertificate()
Returns the certificate as byte array
|
PCCertificateInfo.Status |
getStatus()
Returns current certificate status
|
public PCCertificateInfo.Status getStatus()
PCCertificateInfo.Status
valuespublic byte[] getCertRequest()
public byte[] getRawCertificate()
public java.security.cert.X509Certificate getCertificate()
X509Certificate
objectX509Certificate
or null if certificate does not present or cannot be parsed