Uses of Class
org.bouncycastle.asn1.x509.X509Name
Packages that use X509Name
Package
Description
-
Uses of X509Name in org.bouncycastle.asn1.pkcs
Constructors in org.bouncycastle.asn1.pkcs with parameters of type X509NameModifierConstructorDescriptionCertificationRequestInfo(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes) Deprecated.use X500Name method.IssuerAndSerialNumber(X509Name name, BigInteger certSerialNumber) IssuerAndSerialNumber(X509Name name, ASN1Integer certSerialNumber) -
Uses of X509Name in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return X509NameModifier and TypeMethodDescriptionstatic X509NameX509Name.getInstance(Object obj) Deprecated.static X509NameX509Name.getInstance(ASN1TaggedObject obj, boolean explicit) Deprecated.Return a X509Name based on the passed in tagged object.Methods in org.bouncycastle.asn1.x509 with parameters of type X509NameModifier and TypeMethodDescriptionvoidDeprecated.use X500Name methodvoidDeprecated.use X500Name methodvoidDeprecated.use X500Name methodvoidV1TBSCertificateGenerator.setSubject(X509Name subject) Deprecated.use X500Name methodvoidV3TBSCertificateGenerator.setSubject(X509Name subject) Deprecated.use X500Name methodConstructors in org.bouncycastle.asn1.x509 with parameters of type X509NameModifierConstructorDescriptionGeneralName(X509Name dirName) Deprecated.use X500Name constructor. -
Uses of X509Name in org.bouncycastle.jce
Subclasses of X509Name in org.bouncycastle.jceConstructors in org.bouncycastle.jce with parameters of type X509NameModifierConstructorDescriptionPKCS10CertificationRequest(String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey) Deprecated.create a PKCS10 certfication request using the BC provider.PKCS10CertificationRequest(String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider) Deprecated.create a PKCS10 certfication request using the named provider.X509Principal(X509Name name) Deprecated.Constructor from an X509Name object. -
Uses of X509Name in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type X509NameModifier and TypeMethodDescriptionvoidX509V1CertificateGenerator.setIssuerDN(X509Name issuer) Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.voidX509V2CRLGenerator.setIssuerDN(X509Name issuer) Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.voidX509V3CertificateGenerator.setIssuerDN(X509Name issuer) Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.voidX509V1CertificateGenerator.setSubjectDN(X509Name subject) Deprecated.Set the subject distinguished name.voidX509V3CertificateGenerator.setSubjectDN(X509Name subject) Deprecated.Set the subject distinguished name.