public class CertificateDetails extends Object
| Constructor and Description |
|---|
CertificateDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
issuer()
Get the issuer value.
|
org.joda.time.DateTime |
notAfter()
Get the notAfter value.
|
org.joda.time.DateTime |
notBefore()
Get the notBefore value.
|
String |
rawData()
Get the rawData value.
|
String |
serialNumber()
Get the serialNumber value.
|
String |
signatureAlgorithm()
Get the signatureAlgorithm value.
|
String |
subject()
Get the subject value.
|
String |
thumbprint()
Get the thumbprint value.
|
Integer |
version()
Get the version value.
|
public Integer version()
public String serialNumber()
public String thumbprint()
public String subject()
public org.joda.time.DateTime notBefore()
public org.joda.time.DateTime notAfter()
public String signatureAlgorithm()
public String issuer()
public String rawData()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/