Uses of Class
org.bouncycastle.asn1.x509.X509Name
-
Packages that use X509Name Package Description org.bouncycastle.asn1.cms org.bouncycastle.asn1.pkcs org.bouncycastle.asn1.x509 org.bouncycastle.jce Utility classes for use with the JCE.org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of X509Name in org.bouncycastle.asn1.cms
Constructors in org.bouncycastle.asn1.cms with parameters of type X509Name Constructor Description IssuerAndSerialNumber(X509Name name, BigInteger serialNumber)
Deprecated.use X500Name constructorIssuerAndSerialNumber(X509Name name, ASN1Integer serialNumber)
Deprecated.use X500Name constructor -
Uses of X509Name in org.bouncycastle.asn1.pkcs
Constructors in org.bouncycastle.asn1.pkcs with parameters of type X509Name Constructor Description CertificationRequestInfo(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 X509Name Modifier and Type Method Description static X509Name
X509Name. getInstance(Object obj)
Deprecated.static X509Name
X509Name. 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 X509Name Modifier and Type Method Description void
V1TBSCertificateGenerator. setIssuer(X509Name issuer)
Deprecated.use X500Name methodvoid
V2TBSCertListGenerator. setIssuer(X509Name issuer)
Deprecated.use X500Name methodvoid
V3TBSCertificateGenerator. setIssuer(X509Name issuer)
Deprecated.use X500Name methodvoid
V1TBSCertificateGenerator. setSubject(X509Name subject)
Deprecated.use X500Name methodvoid
V3TBSCertificateGenerator. setSubject(X509Name subject)
Deprecated.use X500Name methodConstructors in org.bouncycastle.asn1.x509 with parameters of type X509Name Constructor Description GeneralName(X509Name dirName)
Deprecated.use X500Name constructor. -
Uses of X509Name in org.bouncycastle.jce
Subclasses of X509Name in org.bouncycastle.jce Modifier and Type Class Description class
X509Principal
Deprecated.use the X500Name class.Constructors in org.bouncycastle.jce with parameters of type X509Name Constructor Description PKCS10CertificationRequest(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 X509Name Modifier and Type Method Description void
X509V1CertificateGenerator. setIssuerDN(X509Name issuer)
Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.void
X509V2CRLGenerator. setIssuerDN(X509Name issuer)
Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.void
X509V3CertificateGenerator. setIssuerDN(X509Name issuer)
Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.void
X509V1CertificateGenerator. setSubjectDN(X509Name subject)
Deprecated.Set the subject distinguished name.void
X509V3CertificateGenerator. setSubjectDN(X509Name subject)
Deprecated.Set the subject distinguished name.
-