public class Cert extends Object implements Serializable
| Constructor and Description |
|---|
Cert() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the alias.
|
String |
getIssuerDistinguishedName()
Gets the issuer distinguished name.
|
Date |
getNotAfter()
Gets the not after.
|
Date |
getNotBefore()
Gets the not before.
|
String |
getSubjectDistinguishedName()
Gets the subject distinguished name.
|
void |
setAlias(String alias)
Sets the alias.
|
void |
setIssuerDistinguishedName(String issuerDistinguishedName)
Sets the issuer distinguished name.
|
void |
setNotAfter(Date notAfter)
Sets the not after.
|
void |
setNotBefore(Date notBefore)
Sets the not before.
|
void |
setSubjectDistinguishedName(String distinguishedName)
Sets the subject distinguished name.
|
public String getSubjectDistinguishedName()
public void setSubjectDistinguishedName(String distinguishedName)
distinguishedName - the new subject distinguished namepublic Date getNotBefore()
public void setNotBefore(Date notBefore)
notBefore - the new not beforepublic Date getNotAfter()
public void setNotAfter(Date notAfter)
notAfter - the new not afterpublic String getIssuerDistinguishedName()
public void setIssuerDistinguishedName(String issuerDistinguishedName)
issuerDistinguishedName - the new issuer distinguished namepublic String getAlias()
public void setAlias(String alias)
alias - the new aliasCopyright © 2009–2020 psi-probe. All rights reserved.