Uses of Class
netscape.security.x509.CertificateExtensions
-
-
Uses of CertificateExtensions in com.netscape.certsrv.authentication
Methods in com.netscape.certsrv.authentication that return CertificateExtensions Modifier and Type Method Description CertificateExtensions
AuthToken. getInCertExts(java.lang.String name)
CertificateExtensions
ExternalAuthToken. getInCertExts(java.lang.String k)
CertificateExtensions
IAuthToken. getInCertExts(java.lang.String name)
Retrieves the CertificateExtensions value for name.Methods in com.netscape.certsrv.authentication with parameters of type CertificateExtensions Modifier and Type Method Description boolean
AuthToken. set(java.lang.String name, CertificateExtensions value)
boolean
ExternalAuthToken. set(java.lang.String k, CertificateExtensions v)
boolean
IAuthToken. set(java.lang.String name, CertificateExtensions value)
Stores the CertificateExtensions with the associated key. -
Uses of CertificateExtensions in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return CertificateExtensions Modifier and Type Method Description CertificateExtensions
IRequest. getExtDataInCertExts(java.lang.String key)
Retrieves the CertificateExtensions associated with the key.Methods in com.netscape.certsrv.request with parameters of type CertificateExtensions Modifier and Type Method Description boolean
IRequest. setExtData(java.lang.String key, CertificateExtensions data)
Stores a CertificateExtensions in extdata. -
Uses of CertificateExtensions in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return CertificateExtensions Modifier and Type Method Description CertificateExtensions
KeyCertData. getCAExtensions()
Retrieves CA extensionsCertificateExtensions
ICryptoSubsystem. getCertExtensions(java.lang.String tokenname, java.lang.String nickname)
Retrieves extensions of the certificate that is identified by the given nickname.CertificateExtensions
ICryptoSubsystem. getExtensions(java.lang.String tokenname, java.lang.String nickname)
Retrieves extensions of the certificate that is identified by the given nickname.Methods in com.netscape.certsrv.security with parameters of type CertificateExtensions Modifier and Type Method Description void
KeyCertData. setCAExtensions(CertificateExtensions ext)
Sets CA extensions -
Uses of CertificateExtensions in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def with parameters of type CertificateExtensions Modifier and Type Method Description protected Extension
EnrollDefault. getExtension(java.lang.String name, CertificateExtensions exts)
-
Uses of CertificateExtensions in com.netscape.cms.publish.mappers
Methods in com.netscape.cms.publish.mappers with parameters of type CertificateExtensions Modifier and Type Method Description java.lang.String
MapDNPattern. formDN(IRequest req, X500Name subject, CertificateExtensions ext)
Form a Ldap v3 DN string from a request and a cert subject name. -
Uses of CertificateExtensions in netscape.security.x509
Fields in netscape.security.x509 declared as CertificateExtensions Modifier and Type Field Description protected CertificateExtensions
X509CertInfo. extensions
-
Uses of CertificateExtensions in org.dogtagpki.legacy.server.policy.extensions
Methods in org.dogtagpki.legacy.server.policy.extensions that return CertificateExtensions Modifier and Type Method Description protected CertificateExtensions
SubjAltNameExt. createCertificateExtensions(X509CertInfo certInfo)
Create a new SET of extensions in the certificate info object.protected CertificateExtensions
SubjectAltNameExt. createCertificateExtensions(X509CertInfo certInfo)
Create a new SET of extensions in the certificate info object.
-