org.mozilla.jss.pkcs11
Class PK11Cert
java.lang.Object
org.mozilla.jss.pkcs11.PK11Cert
- X509Certificate
public class PK11Cert
extends java.lang.Object
protected org.mozilla.jss.pkcs11.CertProxy | certProxy
|
certProxy
protected org.mozilla.jss.pkcs11.CertProxy certProxy
getIssuerDNString
protected String getIssuerDNString()
getSerialNumberByteArray
protected byte[] getSerialNumberByteArray()
getSubjectDNString
protected String getSubjectDNString()
getTrust
protected int getTrust(int type)
Gets the trust flags for this cert.
type
- SSL, EMAIL, or OBJECT_SIGNING.
- The trust flags for this type of trust.
getUniqueID
protected byte[] getUniqueID()
setTrust
protected void setTrust(int type,
int trust)
Sets the trust flags for this cert.
type
- SSL, EMAIL, or OBJECT_SIGNING.trust
- The trust flags for this type of trust.