Uses of Class
org.mozilla.jss.pkix.primitive.Name
Packages that use Name
Package
Description
Encoding and decoding pkcs10 request
Creating and interpeting PKCS #7 blobs.
Encoding and decoding X.509 certificates and certificate extensions.
Creating and interpeting CMS blobs.
The PKIX CRMF protocol.
-
Uses of Name in org.mozilla.jss.pkcs10
Fields in org.mozilla.jss.pkcs10 declared as NameMethods in org.mozilla.jss.pkcs10 that return NameMethods in org.mozilla.jss.pkcs10 with parameters of type NameConstructors in org.mozilla.jss.pkcs10 with parameters of type NameModifierConstructorDescriptionCertificationRequestInfo
(INTEGER version, Name subject, SubjectPublicKeyInfo subjectPublicKeyInfo, SET attributes) Creates a CertificationRequestInfo with the required fields. -
Uses of Name in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as NameMethods in org.mozilla.jss.pkcs7 that return NameConstructors in org.mozilla.jss.pkcs7 with parameters of type NameModifierConstructorDescriptionIssuerAndSerialNumber
(Name issuer, INTEGER serialNumber) Constructs an IssuerAndSerialNumber from its components. -
Uses of Name in org.mozilla.jss.pkix.cert
Fields in org.mozilla.jss.pkix.cert declared as NameModifier and TypeFieldDescriptionprivate Name
CertificateInfo.issuer
private Name
CertificateInfo.subject
Methods in org.mozilla.jss.pkix.cert that return NameMethods in org.mozilla.jss.pkix.cert with parameters of type NameConstructors in org.mozilla.jss.pkix.cert with parameters of type NameModifierConstructorDescriptionCertificateInfo
(CertificateInfo.Version version, INTEGER serialNumber, AlgorithmIdentifier signatureAlgId, Name issuer, Date notBefore, Date notAfter, Name subject, SubjectPublicKeyInfo subjectPublicKeyInfo) Creates a CertificateInfo with the required fields. -
Uses of Name in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as NameMethods in org.mozilla.jss.pkix.cms that return NameConstructors in org.mozilla.jss.pkix.cms with parameters of type NameModifierConstructorDescriptionIssuerAndSerialNumber
(Name issuer, INTEGER serialNumber) Constructs an IssuerAndSerialNumber from its components. -
Uses of Name in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as NameModifier and TypeFieldDescriptionprivate Name
CertTemplate.issuer
private Name
CertTemplate.subject
Methods in org.mozilla.jss.pkix.crmf that return NameModifier and TypeMethodDescriptionCertTemplate.getIssuer()
Returns the issuer field of this CertTemplate.CertTemplate.getSubject()
Sets the subject field of this CertTemplate.Methods in org.mozilla.jss.pkix.crmf with parameters of type NameModifier and TypeMethodDescriptionvoid
Sets the issuer field of this CertTemplate.void
CertTemplate.setSubject
(Name subject) Sets the subject field of this CertTemplate.