Uses of Class
netscape.security.x509.CertificateSubjectName
-
Packages that use CertificateSubjectName Package Description com.netscape.certsrv.ca com.netscape.certsrv.request com.netscape.cms.profile.common netscape.security.extensions netscape.security.x509 -
-
Uses of CertificateSubjectName in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return CertificateSubjectName Modifier and Type Method Description CertificateSubjectName
ICertificateAuthority. getSubjectObj()
-
Uses of CertificateSubjectName in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return CertificateSubjectName Modifier and Type Method Description CertificateSubjectName
IRequest. getExtDataInCertSubjectName(java.lang.String key)
Retrieves the CertificateSubjectName associated with the key.Methods in com.netscape.certsrv.request with parameters of type CertificateSubjectName Modifier and Type Method Description boolean
IRequest. setExtData(java.lang.String key, CertificateSubjectName data)
Stores a CertificateSubjectName in extdata. -
Uses of CertificateSubjectName in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return CertificateSubjectName Modifier and Type Method Description static CertificateSubjectName
EnrollProfile. getCMCSigningCertSNfromCertSerial(java.lang.String certSerial)
-
Uses of CertificateSubjectName in netscape.security.extensions
Fields in netscape.security.extensions declared as CertificateSubjectName Modifier and Type Field Description static CertificateSubjectName
CertInfo. SERIALIZE_SUBJECT
-
Uses of CertificateSubjectName in netscape.security.x509
Fields in netscape.security.x509 declared as CertificateSubjectName Modifier and Type Field Description protected CertificateSubjectName
X509CertInfo. subject
Methods in netscape.security.x509 that return CertificateSubjectName Modifier and Type Method Description CertificateSubjectName
X509CertImpl. getSubjectObj()
CertificateSubjectName
X509CertInfo. getSubjectObj()
-